diff options
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); } |