summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--Doc/Zsh/mod_sched.yo4
2 files changed, 6 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index fdbe5e16e..f11641046 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2006-09-11 Peter Stephenson <p.w.stephenson@ntlworld.com>
+
+ * unposted: Mikael Magnusson: Doc/Zsh/mod_sched.yo: typos.
+
2006-09-11 Peter Stephenson <pws@csr.com>
* 22686: Src/params.c: unset array if assigning numeric
diff --git a/Doc/Zsh/mod_sched.yo b/Doc/Zsh/mod_sched.yo
index 82ba8550f..87ee9064c 100644
--- a/Doc/Zsh/mod_sched.yo
+++ b/Doc/Zsh/mod_sched.yo
@@ -26,7 +26,7 @@ scheduled command has the tt(-o) flag set, this is shown at the
start of the command.
With the argument `tt(-)var(item)', removes the given item
-from the list. The numbering of the list is continguous and entries are
+from the list. The numbering of the list is continuous and entries are
in time order, so the numbering can change when entries are added or
deleted.
@@ -37,6 +37,6 @@ with the line being edited. Providing the option tt(-o) causes
the shell to clear the command line before the event and redraw it
afterwards. This should be used with any scheduled event that produces
visible output to the terminal; it is not needed, for example, with
-output that updates a terminal emulatorʼs title bar.
+output that updates a terminal emulator's title bar.
)
enditem()