about summary refs log tree commit diff
diff options
context:
space:
mode:
authorClint Adams <clint@users.sourceforge.net>2007-03-05 17:35:17 +0000
committerClint Adams <clint@users.sourceforge.net>2007-03-05 17:35:17 +0000
commit335fcaa9c566e7e7f514c2e2f7ab000fb2fd38d8 (patch)
treea3b5726e542a5b8a249a7a4ad93e69d5910fc704
parent41d485cb75897efb6d2b4febfe346177aa4533f8 (diff)
downloadzsh-335fcaa9c566e7e7f514c2e2f7ab000fb2fd38d8.tar.gz
zsh-335fcaa9c566e7e7f514c2e2f7ab000fb2fd38d8.tar.xz
zsh-335fcaa9c566e7e7f514c2e2f7ab000fb2fd38d8.zip
23205: fix misspelling of "effect".
-rw-r--r--ChangeLog4
-rw-r--r--Doc/Zsh/options.yo2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index c6a106681..bcf61fc5d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2007-03-05  Clint Adams  <clint@zsh.org>
+
+	* 23205: Doc/Zsh/options.yo: fix misspelling of "effect".
+
 2007-03-01  Peter Stephenson  <pws@csr.com>
 
 	* 23203: Completion/X/Command/_acroread: use -version
diff --git a/Doc/Zsh/options.yo b/Doc/Zsh/options.yo
index b929366c4..7933e16c9 100644
--- a/Doc/Zsh/options.yo
+++ b/Doc/Zsh/options.yo
@@ -616,7 +616,7 @@ When the history file is re-written, we normally write out a copy of
 the file named $HISTFILE.new and then rename it over the old one.
 However, if this option is unset, we instead truncate the old
 history file and write out the new version in-place.  If one of the
-history-appending options is enabled, this option only has an affect
+history-appending options is enabled, this option only has an effect
 when the enlarged history file needs to be re-written to trim it
 down to size.  Disable this only if you have special needs, as doing
 so makes it possible to lose history entries if zsh gets interrupted