diff options
Diffstat (limited to 'src/misc2.c')
-rw-r--r-- | src/misc2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/misc2.c b/src/misc2.c index 34d1cadd6c..d946bd66f5 100644 --- a/src/misc2.c +++ b/src/misc2.c @@ -688,7 +688,7 @@ int csh_like_shell(void) /* * Escape "string" for use as a shell argument with system(). * This uses single quotes, except when we know we need to use double quotes - * (MS-DOS and MS-Windows without 'shellslash' set). + * (MS-Windows without 'shellslash' set). * Escape a newline, depending on the 'shell' option. * When "do_special" is true also replace "!", "%", "#" and things starting * with "<" like "<cfile>". |