aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDimitris Apostolou <dimitris.apostolou@icloud.com>2021-11-12 23:56:34 +0200
committerDimitris Apostolou <dimitris.apostolou@icloud.com>2021-11-12 23:56:34 +0200
commit0fd25cda7a31205bbee090d58752c323541c19b8 (patch)
tree035dfb21a6b9ca3508516f343be485171171a392 /src
parentMerge pull request #819 from turboBasic/master (diff)
downloadzsh-completions-0fd25cda7a31205bbee090d58752c323541c19b8.tar
zsh-completions-0fd25cda7a31205bbee090d58752c323541c19b8.tar.gz
zsh-completions-0fd25cda7a31205bbee090d58752c323541c19b8.tar.bz2
zsh-completions-0fd25cda7a31205bbee090d58752c323541c19b8.tar.lz
zsh-completions-0fd25cda7a31205bbee090d58752c323541c19b8.tar.xz
zsh-completions-0fd25cda7a31205bbee090d58752c323541c19b8.tar.zst
zsh-completions-0fd25cda7a31205bbee090d58752c323541c19b8.zip
Fix typos
Diffstat (limited to 'src')
-rw-r--r--src/_ccache2
-rw-r--r--src/_drush4
-rw-r--r--src/_golang2
-rw-r--r--src/_jonas2
-rw-r--r--src/_openssl4
-rw-r--r--src/_perf2
-rw-r--r--src/_pm24
-rw-r--r--src/_scala2
-rw-r--r--src/_tmuxp2
-rw-r--r--src/_udisksctl2
-rw-r--r--src/_yarn2
11 files changed, 14 insertions, 14 deletions
diff --git a/src/_ccache b/src/_ccache
index 2b938e1..b4b35cc 100644
--- a/src/_ccache
+++ b/src/_ccache
@@ -210,7 +210,7 @@ __ccache_config_keys() {
'read_only:treat cache as read-only'
'read_only_direct:retrieve from read-only cache in direct mode'
'recache:use cache in write-only mode'
- 'run_second_cpp:pass originial rather than preprocessed source code to compiler'
+ 'run_second_cpp:pass original rather than preprocessed source code to compiler'
'stats:update statistics counters'
'unify:normalise sources prior to processing'
'base_dir:specify relative to which top level paths are hashed'
diff --git a/src/_drush b/src/_drush
index 1a5a363..83c0b04 100644
--- a/src/_drush
+++ b/src/_drush
@@ -79,9 +79,9 @@ case $state in
'(variable-get)'{variable-get,vget}'[Get a list of some or all site variables and values.]' \
'(variable-set)'{variable-set,vset}'[Set a variable.]' \
'(pm-list)'{pm-list,pml}'[Show a list of available extensions (modules and themes).]' \
- '(pm-disable)'{pm-disable,dis}'[Disable one or more extensions (modules or themes). Disable dependant extensions as well.]' \
+ '(pm-disable)'{pm-disable,dis}'[Disable one or more extensions (modules or themes). Disable dependent extensions as well.]' \
'(pm-download)'{pm-download,dl}'[Download projects from drupal.org or other sources.]' \
- '(pm-enable)'{pm-enable,en}'[Enable one or more extensions (modules or themes). Enable dependant extensions as well.]' \
+ '(pm-enable)'{pm-enable,en}'[Enable one or more extensions (modules or themes). Enable dependent extensions as well.]' \
'pm-uninstall[Uninstall one or more modules.]' \
'pm-update[Update Drupal core and contrib projects and apply any pending database updates (Same as pm-updatecode + updatedb).]' \
'(sql-cli)'{sql-cli,sqlc}'[Open a SQL command-line interface using Drupals credentials.]' \
diff --git a/src/_golang b/src/_golang
index 8383150..42e8172 100644
--- a/src/_golang
+++ b/src/_golang
@@ -80,7 +80,7 @@ __go_runtimedebug() {
'scavenge[enable debugging mode of heap scavenger]:boolean:(1 0)'
'scavtrace[emit scavenger work information (memory returned and memory utilization)]:boolean:(1 0)'
'scheddetail[emit detailed states of scheduler, processors, threads, goroutines]:boolean:(1 0)'
- 'schedtrace[emmit scheduler state every N ms to stderr]:int'
+ 'schedtrace[emit scheduler state every N ms to stderr]:int'
'tracebackancestors[set ancestor goroutines to be printed in goroutine creation stacks]:int'
'asyncpreemptoff[disable signal-based asynchronous goroutine preemption.]:boolean:(1 0)'
)
diff --git a/src/_jonas b/src/_jonas
index 1965917..2a72b3d 100644
--- a/src/_jonas
+++ b/src/_jonas
@@ -70,7 +70,7 @@ case "$state" in
'-username[set the username when authentication is required]: :_users' \
'-password[set the password when authentication is required]:password' \
'-registry[set the registry URL]: :_urls' \
- '-protocol[set the protocol name]:protocol:((jrmp\:JRE\ implementation\ of\ RMI\ on\ the\ JRMP\ protocol\ \(default\) iiop\:JacORB\ implementation\ of\ RMI\ over\ the\ IIOP\ protocol irmi\:Oracle\ JRE\ independant\ implementation\ of\ RMI))' \
+ '-protocol[set the protocol name]:protocol:((jrmp\:JRE\ implementation\ of\ RMI\ on\ the\ JRMP\ protocol\ \(default\) iiop\:JacORB\ implementation\ of\ RMI\ over\ the\ IIOP\ protocol irmi\:Oracle\ JRE\ independent\ implementation\ of\ RMI))' \
'-a[deploy an application from a given filepath on the current server, or on another target in the domain if the current server is a master]:Java application archive:_files -g "*.(j|w|r|e)ar"' \
'-r[undeploy a previously deployed application from the current server or from the specified target if the current server is a master]:Java application archive:_files -g "*.(j|w|r|e)ar"' \
'-gc[run the garbage collector on the current JOnAS server]' \
diff --git a/src/_openssl b/src/_openssl
index df92096..bf3594f 100644
--- a/src/_openssl
+++ b/src/_openssl
@@ -685,7 +685,7 @@ _openssl_ocsp() {
'-reqout[write DER encoded OCSP request to "file"]:file:_files' \
'-respout[write DER encoded OCSP response to "file"]:file:_files' \
'-reqin[read DER encoded OCSP request from "file"]:file:_files' \
- '-respin[read DER encoded OCSP reponse from "file"]:file:_files' \
+ '-respin[read DER encoded OCSP response from "file"]:file:_files' \
'-nonce[add OCSP nonce to request]' \
"-no_nonce[don't add OCSP nonce to request]" \
'-url[OCSP responder URL]:URL: ' \
@@ -713,7 +713,7 @@ _openssl_ocsp() {
"-resp_no_certs[don't include any certificates in response]" \
'-nmin[number of minutes before next update]:minutes: ' \
'-ndays[number of days before next update]:days: ' \
- '-resp_key_id[identify reponse by signing certificate key ID]' \
+ '-resp_key_id[identify response by signing certificate key ID]' \
'-nrequest[number of requests to accept (default unlimited)]:limit: ' \
'-dss1[use specified digest in the request]' \
'-md4[use specified digest in the request]' \
diff --git a/src/_perf b/src/_perf
index 26154f2..b0f761e 100644
--- a/src/_perf
+++ b/src/_perf
@@ -614,7 +614,7 @@ _perf() {
'--log-fd[log output to fd, instead of stderr]' \
'--pre[pre measurement hook]: :_command_names -e' \
'--post[post measurement hook]: :_command_names -e' \
- '(-I --interval-print)'{-I,--interval-print=}'[print count deltas every millseconds]:msec:' \
+ '(-I --interval-print)'{-I,--interval-print=}'[print count deltas every milliseconds]:msec:' \
'--interval-count[print count delta for fixed number of times]:times:' \
'--interval-clear[clear the screen before next interval]' \
'--timeout[stop the perf stat session and print count after milliseconds]:msec:' \
diff --git a/src/_pm2 b/src/_pm2
index 6b8c63a..5bfab2b 100644
--- a/src/_pm2
+++ b/src/_pm2
@@ -129,7 +129,7 @@ start_options=(
)
logs_options=(
'--json[json log output]'
- '--format[formated log output]'
+ '--format[formatted log output]'
'--raw[raw output]'
'--err[only shows error output]'
'--out[only shows standard output]'
@@ -150,7 +150,7 @@ case "$words[1]" in
stop|restart|delete|reload|reset)
_arguments $id_all_comp && return 0
;;
- env|inspect|monitor|unmonitor|discribe)
+ env|inspect|monitor|unmonitor|describe)
_arguments $id_comp && return 0
;;
deploy|startOrRestart|startOrReload)
diff --git a/src/_scala b/src/_scala
index baa3c82..8043468 100644
--- a/src/_scala
+++ b/src/_scala
@@ -155,7 +155,7 @@ Y_opts=(
"-Yinfer-argument-types[Infer types for arguments of overridden methods]"
"-Yinline[Perform inlining when possible]"
"-Yinline-handlers[Perform exception handler inlining when possible]"
- "-Yinline-warnings[Emit inlining warnings (normally surpressed due to high volume)]"
+ "-Yinline-warnings[Emit inlining warnings (normally suppressed due to high volume)]"
"-Yinvalidate+[Invalidate classpath entry before run]:classpath entry"
"-Ylinearizer\:-[Linearizer to use (default\: rpo)]:linearizer:(normal dfs rpo dump)"
"-Ylog-classpath[Output information about what classpath is being applied]"
diff --git a/src/_tmuxp b/src/_tmuxp
index 66a3dda..f4e7984 100644
--- a/src/_tmuxp
+++ b/src/_tmuxp
@@ -93,7 +93,7 @@ __tmuxp_load() {
'-2[Force tmux to assume the terminal supports 256 colors]' \
'-8[Like -2, but indicates that the terminal supports 88 colors]'
- # Cant get the options to be recognized when there are sessions that has
+ # Can't get the options to be recognized when there are sessions that has
# a dash.
case $state in
diff --git a/src/_udisksctl b/src/_udisksctl
index 452b58a..43ad958 100644
--- a/src/_udisksctl
+++ b/src/_udisksctl
@@ -145,7 +145,7 @@ _udisksctl() {
power-off)
_arguments \
{-p,--object-path}'[object path for ATA device]:object path:_paths' \
- {-b,--block-device}'[device file for ATA devic]:block device:_paths' \
+ {-b,--block-device}'[device file for ATA device]:block device:_paths' \
"(--no-user-interaction)--no-user-interaction[don't authenticate the user if needed]" && ret=0
;;
smart-simulate)
diff --git a/src/_yarn b/src/_yarn
index 70ed559..9173eca 100644
--- a/src/_yarn
+++ b/src/_yarn
@@ -157,7 +157,7 @@ _yarn() {
'(--emoji)--no-emoji[disable emoji in output]' \
'(--disable-pnp)'{--enable-pnp,--pnp}"[enable the Plug'n'Play installation]" \
'--flat[only allow one version of a package]' \
- '--focus[Focus on a single workspace by installing remote copies of its sibiling workspaces]' \
+ '--focus[Focus on a single workspace by installing remote copies of its sibling workspaces]' \
'--force[install and build packages even if they were built before, overwrite lockfile]' \
"--frozen-lockfile[don't generate a lockfile and fail if an update is needed]" \
'--global-folder=[modules folder]:folder:_files -/' \