Fix more typos (#5679)

This commit is contained in:
Javier Marín
2022-09-12 19:24:25 -03:00
committed by ocornut
parent 6c3c9cea7f
commit a0e1591ac2
5 changed files with 102 additions and 101 deletions

View File

@ -121,6 +121,7 @@ Other Changes:
- Debug Tools: Debug Log: Added 'IO' and 'Clipper' events logging.
- Debug Tools: Item Picker: Mouse button can be changed by holding Ctrl+Shift, making it easier
to use the Item Picker in e.g. menus. (#2673)
- Docs: Fixed various typos in comments and documentations. (#5649, #5675, #5679) [@tocic, @lessigsx]
- Demo: Improved "Constrained-resizing window" example, more clearly showcase aspect-ratio. (#5627)
- Demo: Added more explicit "Center window" mode to "Overlay example". (#5618)
- Examples: Added all SDL examples to default VS solution.