diff options
author | Bram Moolenaar <Bram@vim.org> | 2007-05-10 18:59:07 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2007-05-10 18:59:07 +0000 |
commit | b8017e7a03bd487e4cea54d37dc73af9155db979 (patch) | |
tree | 944471c695abbfd78c1bcad093b3ae1890ec07b3 /src/syntax.c | |
parent | cf0dfa2f18cead35804e200856d49235906a54d0 (diff) | |
download | vim-git-b8017e7a03bd487e4cea54d37dc73af9155db979.tar.gz |
updated for version 7.1b
Diffstat (limited to 'src/syntax.c')
-rw-r--r-- | src/syntax.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/syntax.c b/src/syntax.c index 0a4ce9164..5d43ede4e 100644 --- a/src/syntax.c +++ b/src/syntax.c @@ -307,7 +307,7 @@ typedef struct state_item */ typedef struct { - int flags; /* flags for contained and transpartent */ + int flags; /* flags for contained and transparent */ int keyword; /* TRUE for ":syn keyword" */ int *sync_idx; /* syntax item for "grouphere" argument, NULL if not allowed */ @@ -7175,7 +7175,7 @@ do_highlight(line, forceit, init) /* * The "start" and "stop" arguments can be a literal escape - * sequence, or a comma seperated list of terminal codes. + * sequence, or a comma separated list of terminal codes. */ if (STRNCMP(arg, "t_", 2) == 0) { @@ -7685,7 +7685,7 @@ hl_do_font(idx, arg, do_normal, do_menu, do_tooltip) /* The Athena widget set cannot currently handle switching between * displaying a single font and a fontset. * If the XtNinternational resource is set to True at widget - * creation, then a fontset is always used, othwise an + * creation, then a fontset is always used, otherwise an * XFontStruct is used. */ gui.tooltip_fontset = (XFontSet)HL_TABLE()[idx].sg_fontset; |