about summary refs log tree commit diff
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2005-10-21 21:56:55 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2005-10-21 21:56:55 +0000
commit1f6bc666ae5b893c2305647b92f07914546fd770 (patch)
treea6d7d59bf52174d1363c49e286a72bfe17c06e02
parentdb01a653637054dcf37db6da26ae46dcb3c4ee76 (diff)
downloadzsh-1f6bc666ae5b893c2305647b92f07914546fd770.tar.gz
zsh-1f6bc666ae5b893c2305647b92f07914546fd770.tar.xz
zsh-1f6bc666ae5b893c2305647b92f07914546fd770.zip
Mikael Magnusson, 21905: typos in roadmap
-rw-r--r--ChangeLog4
-rw-r--r--Doc/Zsh/roadmap.yo4
2 files changed, 6 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 6ecf6ce64..4d1630f00 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2005-10-21  Peter Stephenson  <p.w.stephenson@ntlworld.com>
+
+	* Spotted by Mikael Magnusson, 21905: Doc/Zsh/roadmap.yo: typos.
+
 2005-10-21  Clint Adams  <clint@zsh.org>
 
 	* 21902: Completion/Unix/Command/_xmlsoft: update for
diff --git a/Doc/Zsh/roadmap.yo b/Doc/Zsh/roadmap.yo
index ad4c679e1..8624e8339 100644
--- a/Doc/Zsh/roadmap.yo
+++ b/Doc/Zsh/roadmap.yo
@@ -5,7 +5,7 @@ cindex(roadmap)
 The Zsh Manual, like the shell itself, is large and often complicated.
 This section of the manual provides some pointers to areas of the shell
 that are likely to be of particular interest to new users, and indicates
-where in the rest of the manual the documentation is to found.
+where in the rest of the manual the documentation is to be found.
 
 sect(When the shell starts)
 
@@ -38,7 +38,7 @@ is supplied for completions with many commonly used commands.  Note
 that the new completion system referred to as tt(compsys) is preferred
 over the older tt(compctl) system.  The completion system must be enabled
 explicitly when the shell starts.  For more information see
-ifzman(zmanref(zshcompssy))\
+ifzman(zmanref(zshcompsys))\
 ifnzman(noderef(Completion System)).
 
 Apart from completion, the line editor is highly extensible by means of