summaryrefslogtreecommitdiffstats
path: root/src/dosinst.h
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2007-05-10 18:59:07 +0000
committerBram Moolenaar <Bram@vim.org>2007-05-10 18:59:07 +0000
commitb8017e7a03bd487e4cea54d37dc73af9155db979 (patch)
tree944471c695abbfd78c1bcad093b3ae1890ec07b3 /src/dosinst.h
parentcf0dfa2f18cead35804e200856d49235906a54d0 (diff)
updated for version 7.1b
Diffstat (limited to 'src/dosinst.h')
-rw-r--r--src/dosinst.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dosinst.h b/src/dosinst.h
index 455d2a61dd..779b3fc04f 100644
--- a/src/dosinst.h
+++ b/src/dosinst.h
@@ -518,7 +518,7 @@ my_fullpath(char *buf, char *fname, int len)
int c;
char *retval = buf;
- if (strchr(fname, ':') != NULL) /* allready expanded */
+ if (strchr(fname, ':') != NULL) /* already expanded */
{
strncpy(buf, fname, len);
}