about summary refs log tree commit diff
diff options
context:
space:
mode:
authorOliver Kiddle <okiddle@yahoo.co.uk>2020-01-11 17:41:14 +0100
committerOliver Kiddle <okiddle@yahoo.co.uk>2020-01-11 17:41:14 +0100
commit06a9af4f59fca9e0f17a6171a487f3daab0b3f14 (patch)
tree217aaba679ad5edf7ba741be8bdb9a4295258f45
parent5482d65d5c9b933db8df3d3f39d36df9c5f63bdd (diff)
downloadzsh-06a9af4f59fca9e0f17a6171a487f3daab0b3f14.tar.gz
zsh-06a9af4f59fca9e0f17a6171a487f3daab0b3f14.tar.xz
zsh-06a9af4f59fca9e0f17a6171a487f3daab0b3f14.zip
unposted: additional typo fix
-rw-r--r--ChangeLog2
-rw-r--r--Completion/Unix/Command/_cat2
2 files changed, 3 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 669dac165..9cbf5fa92 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2020-01-11  Oliver Kiddle  <okiddle@yahoo.co.uk>
 
+	* unposted: Completion/Unix/Command/_cat: additional typo fix
+
 	* Eitan: 45280: Completion/Unix/Command/_git: add -local
 	variants to completed date formats
 
diff --git a/Completion/Unix/Command/_cat b/Completion/Unix/Command/_cat
index c78dc4cd9..74d7278b8 100644
--- a/Completion/Unix/Command/_cat
+++ b/Completion/Unix/Command/_cat
@@ -51,7 +51,7 @@ elif [[ $OSTYPE = solaris* ]]; then
     '*: :_files'
   )
 else
-  # POSIX reqires '-u', and most OSes may support '-n'
+  # POSIX requires '-u', and most OSes may support '-n'
   args=(
     '-n[number all output lines]'
     '-u[do not buffer output]'