Bug 794996 - Misc. typo fixes in comments in app/
Found via `codespell -q 3 --skip="./po*"`
This commit is contained in:

committed by
Michael Natterer

parent
8994246be2
commit
7fdb963e01
@ -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);
|
||||
|
Reference in New Issue
Block a user