diff options
Diffstat (limited to 'win32')
-rw-r--r-- | win32/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win32/config.h b/win32/config.h index f62c641ec..62555cf4e 100644 --- a/win32/config.h +++ b/win32/config.h @@ -423,7 +423,7 @@ static char * exec_path_append_subdir( char * string ) if (tmpchar) *tmpchar = 0; } - // find the last occurance of a back + // find the last occurance of a back // slash or fore slash back_slash = strrchr( tmp_win32_path, '\\' ); fore_slash = strrchr( tmp_win32_path, '/' ); |