Merge pull request #823 from rex4539/typos

Fix typos
This commit is contained in:
Vadim A. Misbakh-Soloviov 2021-11-13 01:29:48 +03:00 committed by GitHub
commit a1a11caf4f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
11 changed files with 14 additions and 14 deletions

View File

@ -210,7 +210,7 @@ __ccache_config_keys() {
'read_only:treat cache as read-only' 'read_only:treat cache as read-only'
'read_only_direct:retrieve from read-only cache in direct mode' 'read_only_direct:retrieve from read-only cache in direct mode'
'recache:use cache in write-only 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' 'stats:update statistics counters'
'unify:normalise sources prior to processing' 'unify:normalise sources prior to processing'
'base_dir:specify relative to which top level paths are hashed' 'base_dir:specify relative to which top level paths are hashed'

View File

@ -79,9 +79,9 @@ case $state in
'(variable-get)'{variable-get,vget}'[Get a list of some or all site variables and values.]' \ '(variable-get)'{variable-get,vget}'[Get a list of some or all site variables and values.]' \
'(variable-set)'{variable-set,vset}'[Set a variable.]' \ '(variable-set)'{variable-set,vset}'[Set a variable.]' \
'(pm-list)'{pm-list,pml}'[Show a list of available extensions (modules and themes).]' \ '(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-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-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).]' \ '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.]' \ '(sql-cli)'{sql-cli,sqlc}'[Open a SQL command-line interface using Drupals credentials.]' \

View File

@ -80,7 +80,7 @@ __go_runtimedebug() {
'scavenge[enable debugging mode of heap scavenger]:boolean:(1 0)' 'scavenge[enable debugging mode of heap scavenger]:boolean:(1 0)'
'scavtrace[emit scavenger work information (memory returned and memory utilization)]: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)' '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' 'tracebackancestors[set ancestor goroutines to be printed in goroutine creation stacks]:int'
'asyncpreemptoff[disable signal-based asynchronous goroutine preemption.]:boolean:(1 0)' 'asyncpreemptoff[disable signal-based asynchronous goroutine preemption.]:boolean:(1 0)'
) )

View File

@ -70,7 +70,7 @@ case "$state" in
'-username[set the username when authentication is required]: :_users' \ '-username[set the username when authentication is required]: :_users' \
'-password[set the password when authentication is required]:password' \ '-password[set the password when authentication is required]:password' \
'-registry[set the registry URL]: :_urls' \ '-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"' \ '-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"' \ '-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]' \ '-gc[run the garbage collector on the current JOnAS server]' \

View File

@ -685,7 +685,7 @@ _openssl_ocsp() {
'-reqout[write DER encoded OCSP request to "file"]:file:_files' \ '-reqout[write DER encoded OCSP request to "file"]:file:_files' \
'-respout[write DER encoded OCSP response to "file"]:file:_files' \ '-respout[write DER encoded OCSP response to "file"]:file:_files' \
'-reqin[read DER encoded OCSP request from "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]' \ '-nonce[add OCSP nonce to request]' \
"-no_nonce[don't add OCSP nonce to request]" \ "-no_nonce[don't add OCSP nonce to request]" \
'-url[OCSP responder URL]:URL: ' \ '-url[OCSP responder URL]:URL: ' \
@ -713,7 +713,7 @@ _openssl_ocsp() {
"-resp_no_certs[don't include any certificates in response]" \ "-resp_no_certs[don't include any certificates in response]" \
'-nmin[number of minutes before next update]:minutes: ' \ '-nmin[number of minutes before next update]:minutes: ' \
'-ndays[number of days before next update]:days: ' \ '-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: ' \ '-nrequest[number of requests to accept (default unlimited)]:limit: ' \
'-dss1[use specified digest in the request]' \ '-dss1[use specified digest in the request]' \
'-md4[use specified digest in the request]' \ '-md4[use specified digest in the request]' \

View File

@ -614,7 +614,7 @@ _perf() {
'--log-fd[log output to fd, instead of stderr]' \ '--log-fd[log output to fd, instead of stderr]' \
'--pre[pre measurement hook]: :_command_names -e' \ '--pre[pre measurement hook]: :_command_names -e' \
'--post[post 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-count[print count delta for fixed number of times]:times:' \
'--interval-clear[clear the screen before next interval]' \ '--interval-clear[clear the screen before next interval]' \
'--timeout[stop the perf stat session and print count after milliseconds]:msec:' \ '--timeout[stop the perf stat session and print count after milliseconds]:msec:' \

View File

@ -129,7 +129,7 @@ start_options=(
) )
logs_options=( logs_options=(
'--json[json log output]' '--json[json log output]'
'--format[formated log output]' '--format[formatted log output]'
'--raw[raw output]' '--raw[raw output]'
'--err[only shows error output]' '--err[only shows error output]'
'--out[only shows standard output]' '--out[only shows standard output]'
@ -150,7 +150,7 @@ case "$words[1]" in
stop|restart|delete|reload|reset) stop|restart|delete|reload|reset)
_arguments $id_all_comp && return 0 _arguments $id_all_comp && return 0
;; ;;
env|inspect|monitor|unmonitor|discribe) env|inspect|monitor|unmonitor|describe)
_arguments $id_comp && return 0 _arguments $id_comp && return 0
;; ;;
deploy|startOrRestart|startOrReload) deploy|startOrRestart|startOrReload)

View File

@ -155,7 +155,7 @@ Y_opts=(
"-Yinfer-argument-types[Infer types for arguments of overridden methods]" "-Yinfer-argument-types[Infer types for arguments of overridden methods]"
"-Yinline[Perform inlining when possible]" "-Yinline[Perform inlining when possible]"
"-Yinline-handlers[Perform exception handler 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" "-Yinvalidate+[Invalidate classpath entry before run]:classpath entry"
"-Ylinearizer\:-[Linearizer to use (default\: rpo)]:linearizer:(normal dfs rpo dump)" "-Ylinearizer\:-[Linearizer to use (default\: rpo)]:linearizer:(normal dfs rpo dump)"
"-Ylog-classpath[Output information about what classpath is being applied]" "-Ylog-classpath[Output information about what classpath is being applied]"

View File

@ -93,7 +93,7 @@ __tmuxp_load() {
'-2[Force tmux to assume the terminal supports 256 colors]' \ '-2[Force tmux to assume the terminal supports 256 colors]' \
'-8[Like -2, but indicates that the terminal supports 88 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. # a dash.
case $state in case $state in

View File

@ -145,7 +145,7 @@ _udisksctl() {
power-off) power-off)
_arguments \ _arguments \
{-p,--object-path}'[object path for ATA device]:object path:_paths' \ {-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 "(--no-user-interaction)--no-user-interaction[don't authenticate the user if needed]" && ret=0
;; ;;
smart-simulate) smart-simulate)

View File

@ -157,7 +157,7 @@ _yarn() {
'(--emoji)--no-emoji[disable emoji in output]' \ '(--emoji)--no-emoji[disable emoji in output]' \
'(--disable-pnp)'{--enable-pnp,--pnp}"[enable the Plug'n'Play installation]" \ '(--disable-pnp)'{--enable-pnp,--pnp}"[enable the Plug'n'Play installation]" \
'--flat[only allow one version of a package]' \ '--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]' \ '--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]" \ "--frozen-lockfile[don't generate a lockfile and fail if an update is needed]" \
'--global-folder=[modules folder]:folder:_files -/' \ '--global-folder=[modules folder]:folder:_files -/' \