aboutsummaryrefslogtreecommitdiffhomepage
path: root/init/completions/gprof.fish
diff options
context:
space:
mode:
Diffstat (limited to 'init/completions/gprof.fish')
-rw-r--r--init/completions/gprof.fish2
1 files changed, 1 insertions, 1 deletions
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")