about summary refs log tree commit diff
path: root/Doc/Zsh/mod_sched.yo
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2006-09-11 20:04:07 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2006-09-11 20:04:07 +0000
commit0f4d595902ddf23e89dbe3f5c9373a9a8e26345e (patch)
treeda4538e0ac8ecb36a7b24f658054c80910749256 /Doc/Zsh/mod_sched.yo
parentb262d310b218102aeb88ec233acf77fe4d82f7ad (diff)
downloadzsh-0f4d595902ddf23e89dbe3f5c9373a9a8e26345e.tar.gz
zsh-0f4d595902ddf23e89dbe3f5c9373a9a8e26345e.tar.xz
zsh-0f4d595902ddf23e89dbe3f5c9373a9a8e26345e.zip
unposted: Mikael Magnusson: typos in sched doc
Diffstat (limited to 'Doc/Zsh/mod_sched.yo')
-rw-r--r--Doc/Zsh/mod_sched.yo4
1 files changed, 2 insertions, 2 deletions
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()