diff options
author | Bram Moolenaar <Bram@vim.org> | 2007-05-10 17:26:28 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2007-05-10 17:26:28 +0000 |
commit | 2bb8df23dc2065304d9fab28be07ba6a7362be6d (patch) | |
tree | 1c90266c5851ee9a19cc7b62b4ad7a3582465a01 /src/os_vms_conf.h | |
parent | ff1d0d4cf5b9ec789cb0223154d7b76510d32d7b (diff) | |
download | vim-git-2bb8df23dc2065304d9fab28be07ba6a7362be6d.tar.gz |
updated for version 7.1b
Diffstat (limited to 'src/os_vms_conf.h')
-rw-r--r-- | src/os_vms_conf.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/os_vms_conf.h b/src/os_vms_conf.h index 8b0200293..71f1df2fd 100644 --- a/src/os_vms_conf.h +++ b/src/os_vms_conf.h @@ -74,7 +74,7 @@ /* Define if struct sigcontext is present */ #define HAVE_SIGCONTEXT -/* Define if toupper/tolower only work on lower/upercase characters */ +/* Define if toupper/tolower only work on lower/uppercase characters */ /* #define BROKEN_TOUPPER */ /* Define if tgetstr() has a second argument that is (char *) */ |