about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog6
-rw-r--r--Src/hist.c2
2 files changed, 6 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index c51d79298..43cfd8c16 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2009-03-20  Peter Stephenson  <pws@csr.com>
+
+	* Bart: 26761: Src/hist.c: typo in 26754.
+
 2009-03-19  Peter Stephenson  <pws@csr.com>
 
 	* Mikael: 26759: Src/Modules/curses.mdd: missing here-document
@@ -11454,5 +11458,5 @@
 
 *****************************************************
 * This is used by the shell to define $ZSH_PATCHLEVEL
-* $Revision: 1.4627 $
+* $Revision: 1.4628 $
 *****************************************************
diff --git a/Src/hist.c b/Src/hist.c
index b843a2399..80c5f1752 100644
--- a/Src/hist.c
+++ b/Src/hist.c
@@ -1583,7 +1583,7 @@ chrealpath(char **junkptr)
 #ifdef HAVE_CANONICALIZE_FILE_NAME
     char *lastpos, *nonreal, *real;
 #else
-# ifdef HAVE_REAL_PATH
+# ifdef HAVE_REALPATH
     char *lastpos, *nonreal, real[PATH_MAX];
 # endif
 #endif