aboutsummaryrefslogtreecommitdiffhomepage
path: root/init
diff options
context:
space:
mode:
authorGravatar axel <axel@liljencrantz.se>2006-02-01 22:29:12 +1000
committerGravatar axel <axel@liljencrantz.se>2006-02-01 22:29:12 +1000
commit02f638ad2be2ad1921e2caad24709de5f76e2066 (patch)
tree4be65af20f480fa8d51ec7de4e5225bc7bac5e30 /init
parente95effb043c5e082e53db814088190f7152993f2 (diff)
Minor spelling fixes from Hermann J. Beckers
darcs-hash:20060201122912-ac50b-88d59b8c0e94e8a2db5b1a6f94b4fa7f25c7859e.gz
Diffstat (limited to 'init')
-rw-r--r--init/completions/cvs.fish2
-rw-r--r--init/completions/gcc.fish2
2 files changed, 2 insertions, 2 deletions
diff --git a/init/completions/cvs.fish b/init/completions/cvs.fish
index 4512c454..5d47b36f 100644
--- a/init/completions/cvs.fish
+++ b/init/completions/cvs.fish
@@ -39,7 +39,7 @@ complete -c cvs -x -s Q -d (_ "Cause CVS to be really quiet")
complete -c cvs -x -s q -d (_ "Cause CVS to be somewhat quiet")
complete -c cvs -x -s r -d (_ "Make checked-out files read-only")
complete -c cvs -x -s w -d (_ "Make checked-out files read-write (default)")
-complete -c cvs -x -s n -d (_ "Do not execute anything that will change the disk")
+complete -c cvs -x -s n -d (_ "Do not change any files")
complete -c cvs -x -s t -d (_ "Show trace of program execution -- try with -n")
complete -c cvs -x -s v -d (_ "Display version and exit")
complete -c cvs -x -s T -r -d (_ "Use "tmpdir" for temporary files")
diff --git a/init/completions/gcc.fish b/init/completions/gcc.fish
index 98074ae5..bb1ecd13 100644
--- a/init/completions/gcc.fish
+++ b/init/completions/gcc.fish
@@ -23,7 +23,7 @@ complete -c gcc -s x -d (_ "Language") -x -a '
complete -c gcc -o pass-exit-codes -d (_ "Pass program exit codes")
complete -c gcc -s c -d (_ "Stop after assembler")
complete -c gcc -s S -d (_ "Stop after compile")
-complete -c gcc -s E -d (_ "Stop after preprocesswor")
+complete -c gcc -s E -d (_ "Stop after preprocessor")
complete -c gcc -s o -r -d (_ "Output file")
complete -c gcc -s v -d (_ "Print commands to stderr")
complete -c gcc -o \#\#\# -d (_ "Print quoted commands to stderr, do not run")