diff options
author | Bram Moolenaar <Bram@vim.org> | 2013-05-06 04:24:17 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2013-05-06 04:24:17 +0200 |
commit | 84a05acc8c341c2be383198496764992ae971a46 (patch) | |
tree | 061887e2e1327a2d0c688cba306b8ec66b3f8477 /src/gui.c | |
parent | 84e0f6ca9adcbdca254060713878ebc29faaaa65 (diff) | |
download | vim-git-84a05acc8c341c2be383198496764992ae971a46.tar.gz |
updated for version 7.3.925v7.3.925
Problem: Typos in source files.
Solution: Fix the typos. (Ken Takata)
Diffstat (limited to 'src/gui.c')
-rw-r--r-- | src/gui.c | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -826,7 +826,7 @@ gui_shell_closed() #endif /* - * Set the font. "font_list" is a a comma separated list of font names. The + * Set the font. "font_list" is a comma separated list of font names. The * first font name that works is used. If none is found, use the default * font. * If "fontset" is TRUE, the "font_list" is used as one name for the fontset. @@ -2376,7 +2376,7 @@ gui_outstr_nowrap(s, len, flags, fg, bg, back) { int start; /* index of bytes to be drawn */ int cells; /* cellwidth of bytes to be drawn */ - int thislen; /* length of bytes to be drawin */ + int thislen; /* length of bytes to be drawn */ int cn; /* cellwidth of current char */ int i; /* index of current char */ int c; /* current char value */ @@ -3886,7 +3886,7 @@ gui_drag_scrollbar(sb, value, still_dragging) gui.dragged_sb = SBAR_NONE; #ifdef FEAT_GUI_GTK /* Keep the "dragged_wp" value until after the scrolling, for when the - * moust button is released. GTK2 doesn't send the button-up event. */ + * mouse button is released. GTK2 doesn't send the button-up event. */ gui.dragged_wp = NULL; #endif } |