Fix: Some code and comment typos

Found with codespell
This commit is contained in:
nikolas
2019-01-17 17:01:07 -05:00
committed by Charles Pigott
parent 1623cb553b
commit d8ccad91f9
8 changed files with 17 additions and 17 deletions

View File

@@ -655,7 +655,7 @@ static void DispatchLeftClickEvent(Window *w, int x, int y, int click_count)
/* Clicked on a widget that is not disabled.
* So unless the clicked widget is the caption bar, change focus to this widget.
* Exception: In the OSK we always want the editbox to stay focussed. */
* Exception: In the OSK we always want the editbox to stay focused. */
if (widget_type != WWT_CAPTION && w->window_class != WC_OSK) {
/* focused_widget_changed is 'now' only true if the window this widget
* is in gained focus. In that case it must remain true, also if the