Bug 794996 - Misc. typo fixes in comments in app/

Found via `codespell -q 3 --skip="./po*"`
This commit is contained in:
luz.paz
2018-03-24 16:49:01 -04:00
committed by Michael Natterer
parent 8994246be2
commit 7fdb963e01
54 changed files with 69 additions and 69 deletions

View File

@ -458,7 +458,7 @@ gimp_search_popup_size_allocate (GtkWidget *widget,
GdkScreen *screen = gdk_screen_get_default ();
/* Save the window height when results are shown so that resizes
* by the user are saved accross searches.
* by the user are saved across searches.
*/
window_height = MAX (gdk_screen_get_height (screen) / 4,
allocation->height);