diff options
Diffstat (limited to 'src/gui_gtk_f.c')
-rw-r--r-- | src/gui_gtk_f.c | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/gui_gtk_f.c b/src/gui_gtk_f.c index 4a5edf1b8..a19d69a12 100644 --- a/src/gui_gtk_f.c +++ b/src/gui_gtk_f.c @@ -15,9 +15,10 @@ * (C) 2002,2003 Jason Hildebrand <jason@peaceworks.ca> * Daniel Elstner <daniel.elstner@gmx.net> * - * This is a special purspose container widget, which manages arbitrary childs - * at arbitrary positions width arbitrary sizes. This finally puts an end on - * our resizement problems with which we where struggling for such a long time. + * This is a special purpose container widget, which manages arbitrary + * children at arbitrary positions width arbitrary sizes. This finally puts + * an end on our resize problems with which we where struggling for such a + * long time. */ #include "vim.h" |