diff options
author | Bram Moolenaar <Bram@vim.org> | 2007-05-10 17:52:45 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2007-05-10 17:52:45 +0000 |
commit | 933eb39d67acad9c84e34a0d8b2450601f078ed9 (patch) | |
tree | f957b817c15f450937f590aa2de5932300d8b328 /src/gui_gtk_f.c | |
parent | a38edcde16bd424133c832a508d8f1fc6b9c9a65 (diff) | |
download | vim-git-933eb39d67acad9c84e34a0d8b2450601f078ed9.tar.gz |
updated for version 7.1b
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" |