about summary refs log tree commit diff
path: root/Doc/Zsh/compsys.yo
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2009-09-09 17:54:24 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2009-09-09 17:54:24 +0000
commit4ede75ed0e6dfafad5f5b9a621ac7a3d31765e1a (patch)
treedea08d27015d855a6fe74890648e0c62e8ce1b7a /Doc/Zsh/compsys.yo
parent0974744f43003e71afdf54d544c87538f376b8e5 (diff)
downloadzsh-4ede75ed0e6dfafad5f5b9a621ac7a3d31765e1a.tar.gz
zsh-4ede75ed0e6dfafad5f5b9a621ac7a3d31765e1a.tar.xz
zsh-4ede75ed0e6dfafad5f5b9a621ac7a3d31765e1a.zip
Greg Klanderman: 27255: some consistency fixes
Diffstat (limited to 'Doc/Zsh/compsys.yo')
-rw-r--r--Doc/Zsh/compsys.yo8
1 files changed, 4 insertions, 4 deletions
diff --git a/Doc/Zsh/compsys.yo b/Doc/Zsh/compsys.yo
index b2f9e22b5..96a5f7657 100644
--- a/Doc/Zsh/compsys.yo
+++ b/Doc/Zsh/compsys.yo
@@ -1387,16 +1387,16 @@ without a tag.  Its values are of the form
 separated by spaces) as
 possible matches when completing in the directory var(dir), even if no 
 such files really exist.  The dir may be a pattern; pattern characters
-or colons in var(dir) should be quote with a backslash to be treated
+or colons in var(dir) should be quoted with a backslash to be treated
 literally.
 
-This can be useful on systems that support special filesystems whose
+This can be useful on systems that support special file systems whose
 top-level pathnames can not be listed or generated with glob patterns.
 It can also be used for directories for which one does not have read
 permission.
 
 The pattern form can be used to add a certain `magic' entry
-to all directories on a particular filing system.
+to all directories on a particular file system.
 )
 kindex(fake-parameters, completion style)
 item(tt(fake-parameters))(
@@ -1952,7 +1952,7 @@ completing options).  It defaults to `tt(-)tt(-)' (two hyphens).
 kindex(local, completion style)
 item(tt(local))(
 This is for use with functions that complete URLs for which the
-corresponding files are available directly from the filing system.
+corresponding files are available directly from the file system.
 Its value should consist of three strings: a
 hostname, the path to the default web pages for the server, and the
 directory name used by a user placing web pages within their home