summaryrefslogtreecommitdiff
path: root/src/termlib.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2007-05-10 18:25:20 +0000
committerBram Moolenaar <Bram@vim.org>2007-05-10 18:25:20 +0000
commitccc18222dd2b40397536703923842f026a6141f0 (patch)
tree5ebf27663225d11e70f382e51236b9f3f9890ed4 /src/termlib.c
parent2c7a763832663d5878ff37a58c81fbe95527084a (diff)
downloadvim-git-ccc18222dd2b40397536703923842f026a6141f0.tar.gz
updated for version 7.1b
Diffstat (limited to 'src/termlib.c')
-rw-r--r--src/termlib.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/termlib.c b/src/termlib.c
index a0036c64b..2091115d7 100644
--- a/src/termlib.c
+++ b/src/termlib.c
@@ -8,7 +8,7 @@
/* Modified by Bram Moolenaar for use with VIM - Vi Improved. */
/* A few bugs removed by Olaf 'Rhialto' Seibert. */
-/* TERMLIB: Terminal independant database. */
+/* TERMLIB: Terminal independent database. */
#include "vim.h"
#include "termlib.pro"
@@ -155,7 +155,7 @@ getent(tbuf, term, termcap, buflen)
{
char *nexttptr;
- while (*tptr == '|') /* | seperates names */
+ while (*tptr == '|') /* | separates names */
tptr++;
nexttptr = _find(tptr, ":|"); /* Rhialto */
if (tptr + tlen == nexttptr &&