aboutsummaryrefslogtreecommitdiffhomepage
path: root/init
diff options
context:
space:
mode:
authorGravatar axel <axel@liljencrantz.se>2006-01-28 10:34:59 +1000
committerGravatar axel <axel@liljencrantz.se>2006-01-28 10:34:59 +1000
commit285984196dc72a4fa3e9b4e423b7deccb35c613d (patch)
treebcf7a64a2efc648efc928a9abfd514d086293553 /init
parent5f8e6c85e47ca176855745b25305eb81d89609d8 (diff)
More spelling fixes from Hermann J. Beckers
darcs-hash:20060128003459-ac50b-af346d3abc52bf1bb4de43cbbaa3d87b3b7264eb.gz
Diffstat (limited to 'init')
-rw-r--r--init/completions/gpg.fish2
-rw-r--r--init/completions/gprof.fish2
-rw-r--r--init/completions/help.fish2
-rw-r--r--init/completions/less.fish2
4 files changed, 4 insertions, 4 deletions
diff --git a/init/completions/gpg.fish b/init/completions/gpg.fish
index 5ccb1a7d..355bde48 100644
--- a/init/completions/gpg.fish
+++ b/init/completions/gpg.fish
@@ -270,7 +270,7 @@ complete -c gpg -l allow-freeform-uid -d (_ "Disable all checks on the form of t
complete -c gpg -l ignore-time-conflict -d (_ "Do not fail if signature is older than key")
complete -c gpg -l ignore-valid-from -d (_ "Allow subkeys that have a timestamp from the future")
complete -c gpg -l ignore-crc-error -d (_ "Ignore CRC errors")
-complete -c gpg -l ignore-mdc-error -d (_ "Do not fail on MDC integrity protection failiure")
+complete -c gpg -l ignore-mdc-error -d (_ "Do not fail on MDC integrity protection failure")
complete -c gpg -l lock-once -d (_ "Lock the databases the first time a lock is requested and do not release the lock until the process terminates")
complete -c gpg -l lock-multiple -d (_ "Release the locks every time a lock is no longer needed")
diff --git a/init/completions/gprof.fish b/init/completions/gprof.fish
index 959ef207..09ad4712 100644
--- a/init/completions/gprof.fish
+++ b/init/completions/gprof.fish
@@ -15,7 +15,7 @@ complete -c gprof -l function-ordering -d (_ "Suggest function ordering")
complete -rc gprof -l file-ordering -d (_ "Suggest file ordering")
complete -c gprof -s T -l traditional -d (_ "Traditional mode")
complete -xc gprof -s w -l width -d (_ "Set width of output")
-complete -c gprof -s x -l all-lines -d (_ "Anotate every line")
+complete -c gprof -s x -l all-lines -d (_ "Annotate every line")
complete -xc gprof -l demangle -d (_ "Set demangling style")
complete -c gprof -l no-demangle -d (_ "Turn of demangling")
complete -xc gprof -s a -l no-static -d (_ "Supress static functions")
diff --git a/init/completions/help.fish b/init/completions/help.fish
index 853a9ba8..1763a936 100644
--- a/init/completions/help.fish
+++ b/init/completions/help.fish
@@ -32,5 +32,5 @@ complete -c help -x -a expand-variable -d (_ "Help on variable expansion \$VARNA
complete -c help -x -a expand-home -d (_ "Help on home directory expansion ~USER")
complete -c help -x -a expand-brace -d (_ "Help on brace expansion {a,b,c}")
complete -c help -x -a expand-wildcard -d (_ "Help on wildcard expansion *.*")
-complete -c help -x -a expand-command-substitution -d (_ "Help on command substututions (SUBCOMMAND)")
+complete -c help -x -a expand-command-substitution -d (_ "Help on command substitution (SUBCOMMAND)")
complete -c help -x -a expand-process -d (_ "Help on process expansion %JOB")
diff --git a/init/completions/less.fish b/init/completions/less.fish
index 6d669955..ab33de5a 100644
--- a/init/completions/less.fish
+++ b/init/completions/less.fish
@@ -24,7 +24,7 @@ complete -c less -s n -l line-numbers -d (_ "Display line number")
complete -c less -s N -l LINE-NUMBERS -d (_ "Display line number for each line")
complete -c less -s o -l log-file -d (_ "Log input to file") -r
complete -c less -s O -l LOG-FILE -d (_ "Log to file, overwrite") -r
-complete -c less -s p -l pattern -d (_ "Start at first occorance of pattern") -r
+complete -c less -s p -l pattern -d (_ "Start at first occurrence of pattern") -r
complete -c less -s P -l prompt -d (_ "Prompt string") -r
complete -c less -s q -l quiet -d (_ "Silent mode")
complete -c less -l silent -d (_ "Silent mode")