summaryrefslogtreecommitdiff
path: root/src/gui_gtk_f.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2007-05-10 17:52:45 +0000
committerBram Moolenaar <Bram@vim.org>2007-05-10 17:52:45 +0000
commit933eb39d67acad9c84e34a0d8b2450601f078ed9 (patch)
treef957b817c15f450937f590aa2de5932300d8b328 /src/gui_gtk_f.c
parenta38edcde16bd424133c832a508d8f1fc6b9c9a65 (diff)
downloadvim-git-933eb39d67acad9c84e34a0d8b2450601f078ed9.tar.gz
updated for version 7.1b
Diffstat (limited to 'src/gui_gtk_f.c')
-rw-r--r--src/gui_gtk_f.c7
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"