about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--Completion/compinit2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 9bb282d3c..8832f928a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2008-05-19  Peter Stephenson  <pws@csr.com>
+
+	* unposted: Completion/compinit: typo in 25068.
+
 2008-05-18  Peter Stephenson  <p.w.stephenson@ntlworld.com>
 
 	* users/12858: Doc/Zsh/compsys.yo,
diff --git a/Completion/compinit b/Completion/compinit
index b577b6dc3..8db7f63f3 100644
--- a/Completion/compinit
+++ b/Completion/compinit
@@ -122,7 +122,7 @@ if [[ -n $_i_dumpfile ]]; then
   # Explicitly supplied dumpfile.
   typeset -g _comp_dumpfile="$_i_dumpfile"
 else
-  typeset -g comp_dumpfile="${ZDOTDIR:-$HOME}/.zcompdump"
+  typeset -g _comp_dumpfile="${ZDOTDIR:-$HOME}/.zcompdump"
 fi
 
 # The standard options set in completion functions.