summaryrefslogtreecommitdiffstats
path: root/contrib
diff options
context:
space:
mode:
authorEric Engestrom <eric@engestrom.ch>2016-04-29 23:32:13 +0200
committerAllan McRae <allan@archlinux.org>2016-05-05 05:52:23 +0200
commit2694d17ad99bab1cea5aad0ea4781ea4d51e596b (patch)
tree9c664db457a26d239167a22459418bf17f9238ab /contrib
parent0088a7ab1cc2676a31debc05878a80d0bd9a6ba4 (diff)
downloadpacman-2694d17ad99bab1cea5aad0ea4781ea4d51e596b.tar.gz
pacman-2694d17ad99bab1cea5aad0ea4781ea4d51e596b.tar.xz
fix spelling mistakes
Signed-off-by: Eric Engestrom <eric@engestrom.ch> Signed-off-by: Allan McRae <allan@archlinux.org>
Diffstat (limited to 'contrib')
-rw-r--r--contrib/zsh_completion.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/contrib/zsh_completion.in b/contrib/zsh_completion.in
index 3ef4b8dc..f74fa297 100644
--- a/contrib/zsh_completion.in
+++ b/contrib/zsh_completion.in
@@ -103,7 +103,7 @@ _pacman_opts_files=(
{-l,--list}'[List the files owned by the queried package]:package:_pacman_completions_all_packages'
{-o,--owns}'[Query the package that owns]:files:_files'
{-s,--search}'[Search package file names for matching strings]:files:_files'
- {-x,--regex}'[Enable searching using regluar expressions]:regex:'
+ {-x,--regex}'[Enable searching using regular expressions]:regex:'
{-y,--refresh}'[Download fresh files databases from the server]'
'--machinereadable[Produce machine-readable output]'
{-q,--quiet}'[Show less information for query and search]'
@@ -505,7 +505,7 @@ _key_shortopts=(
'-a[Add the specified keys (empty for stdin)]: :_files'
'-d[Remove the Specified keyids]:*: :_keys'
'-e[Export the specified or all keyids]:*: :_keys'
- '-f[List fingreprint for specidied or all keyids]:*: :_keys'
+ '-f[List fingerprint for specified or all keyids]:*: :_keys'
'-l[List the specified or all keys]:*: :_keys'
'-r[Fetch the specified keyids]:*: :_keys'
'-u[Update the trustdb of pacman]'
@@ -518,7 +518,7 @@ _key_longopts=(
'--add[Add the specified keys (empty for stdin)]: :_files'
'--delete[Remove the Specified keyids]:*: :_keys'
'--export[Export the specified or all keyids]:*: :_keys'
- '--finger[List fingreprint for specidied or all keyids]:*: :_keys'
+ '--finger[List fingerprint for specified or all keyids]:*: :_keys'
'--list-keys[List the specified or all keys]:*: :_keys'
'--recv-keys[Fetch the specified keyids]:*: :_keys'
'--updatedb[Update the trustdb of pacman]'