From 3d27a45f9a536be76175d5a6c4d0d9ed552f8ebb Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Thu, 10 May 2007 17:44:18 +0000 Subject: updated for version 7.1b --- src/os_unix.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/os_unix.h') diff --git a/src/os_unix.h b/src/os_unix.h index 821462cd5..d99d1c8d3 100644 --- a/src/os_unix.h +++ b/src/os_unix.h @@ -483,7 +483,7 @@ int mch_rename __ARGS((const char *src, const char *dest)); # endif # ifndef VMS # ifdef __MVS__ - /* on OS390 Unix getenv() doesn't return a pointer to persistant + /* on OS390 Unix getenv() doesn't return a pointer to persistent * storage -> use __getenv() */ # define mch_getenv(x) (char_u *)__getenv((char *)(x)) # else -- cgit v1.2.1