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_motif.c | |
parent | a38edcde16bd424133c832a508d8f1fc6b9c9a65 (diff) | |
download | vim-git-933eb39d67acad9c84e34a0d8b2450601f078ed9.tar.gz |
updated for version 7.1b
Diffstat (limited to 'src/gui_motif.c')
-rw-r--r-- | src/gui_motif.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui_motif.c b/src/gui_motif.c index e29dd2a38..87a8e424d 100644 --- a/src/gui_motif.c +++ b/src/gui_motif.c @@ -1043,7 +1043,7 @@ gui_motif_add_actext(menu) { XmString label; - /* Add accelrator text, if there is one */ + /* Add accelerator text, if there is one */ if (menu->actext != NULL && menu->id != (Widget)0) { label = XmStringCreate((char *)menu->actext, STRING_TAG); @@ -2531,7 +2531,7 @@ create_pixmap_label(parent, name, data, args, arg) label = XmCreateLabelGadget(parent, name, args, arg); /* - * We need to be carefull here, since in case of gadgets, there is + * We need to be careful here, since in case of gadgets, there is * no way to get the background color directly from the widget itself. * In such cases we get it from The Core part of his parent instead. */ |