about summary refs log tree commit diff
path: root/NEWS
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2012-09-11 16:03:59 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2012-09-11 16:03:59 +0000
commit03dd76a16c3bda98cf7a5ca23d111ef703b4f259 (patch)
treeae150a79da6392bece0e4de9ff5cf9861c438020 /NEWS
parent6d8fd726b6b16343f07de7b508ae8e97df7153ba (diff)
downloadzsh-03dd76a16c3bda98cf7a5ca23d111ef703b4f259.tar.gz
zsh-03dd76a16c3bda98cf7a5ca23d111ef703b4f259.tar.xz
zsh-03dd76a16c3bda98cf7a5ca23d111ef703b4f259.zip
typo
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 68d4ad657..85272fd04 100644
--- a/NEWS
+++ b/NEWS
@@ -13,7 +13,7 @@ functions called from the specified one(s) that don't also have the -t
 or -T flag.
 
 In file completion, the recursive-files style can be set to an array of
-patterns to matche against "$PWD/".  In any matched location, it is
+patterns to match against "$PWD/".  In any matched location, it is
 possibly to complete files in arbitrarily deep subdirectories without
 needing to type the directory prefix.  See example in the zshcompsys
 manual.