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/dosinst.h | |
parent | cf0dfa2f18cead35804e200856d49235906a54d0 (diff) | |
download | vim-git-b8017e7a03bd487e4cea54d37dc73af9155db979.tar.gz |
updated for version 7.1b
Diffstat (limited to 'src/dosinst.h')
-rw-r--r-- | src/dosinst.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dosinst.h b/src/dosinst.h index 455d2a61d..779b3fc04 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); } |