diff options
author | Bram Moolenaar <Bram@vim.org> | 2007-05-10 17:35:54 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2007-05-10 17:35:54 +0000 |
commit | 7263a77b998151fa95666d9a379fcc2dd8725ba3 (patch) | |
tree | ef44aa3904439a0766f47b71e30f3c2a61d97c89 /src/os_os2_cfg.h | |
parent | 2bb8df23dc2065304d9fab28be07ba6a7362be6d (diff) | |
download | vim-git-7263a77b998151fa95666d9a379fcc2dd8725ba3.tar.gz |
updated for version 7.1b
Diffstat (limited to 'src/os_os2_cfg.h')
-rw-r--r-- | src/os_os2_cfg.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/os_os2_cfg.h b/src/os_os2_cfg.h index 62527a9f6..039d395f1 100644 --- a/src/os_os2_cfg.h +++ b/src/os_os2_cfg.h @@ -90,7 +90,7 @@ /* Define as the command at the end of signal handlers ("" or "return 0;"). */ #define SIGRETURN -/* Define if touuper/tolower only work on lower/upercase characters */ +/* Define if toupper/tolower only work on lower/uppercase characters */ #undef BROKEN_TOUPPER /* Define if tgetstr() has a second argument that is (char *) */ |