aboutsummaryrefslogtreecommitdiffhomepage
path: root/share
diff options
context:
space:
mode:
authorGravatar ridiculousfish <corydoras@ridiculousfish.com>2013-04-01 10:52:27 -0700
committerGravatar ridiculousfish <corydoras@ridiculousfish.com>2013-04-01 10:52:27 -0700
commit2a6412481e284542a822be3b009313b009736b38 (patch)
tree4d54c49f9ba0ba975ed2ccfe25c01120c26e6b2c /share
parentb4447bfa4dbbba3e90525e0771c4564d96b9aca4 (diff)
Fix a few more spelling / grammar issues in functions and completions
Diffstat (limited to 'share')
-rw-r--r--share/completions/git.fish2
-rw-r--r--share/functions/__fish_git_prompt.fish4
2 files changed, 3 insertions, 3 deletions
diff --git a/share/completions/git.fish b/share/completions/git.fish
index 0da5a18c..85e7803f 100644
--- a/share/completions/git.fish
+++ b/share/completions/git.fish
@@ -221,7 +221,7 @@ complete -f -c git -n '__fish_git_needs_command' -a status -d 'Show the working
complete -f -c git -n '__fish_git_using_command status' -s s -l short -d 'Give the output in the short-format'
complete -f -c git -n '__fish_git_using_command status' -s b -l branch -d 'Show the branch and tracking info even in short-format'
complete -f -c git -n '__fish_git_using_command status' -l porcelain -d 'Give the output in a stable, easy-to-parse format'
-complete -f -c git -n '__fish_git_using_command status' -s z -d 'Terminate entries with NULL character'
+complete -f -c git -n '__fish_git_using_command status' -s z -d 'Terminate entries with null character'
complete -f -c git -n '__fish_git_using_command status' -s u -l untracked-files -x -a 'no normal all' -d 'The untracked files handling mode'
complete -f -c git -n '__fish_git_using_command status' -l ignore-submodules -x -a 'none untracked dirty all' -d 'Ignore changes to submodules'
# TODO options
diff --git a/share/functions/__fish_git_prompt.fish b/share/functions/__fish_git_prompt.fish
index 446493c9..6626fb1e 100644
--- a/share/functions/__fish_git_prompt.fish
+++ b/share/functions/__fish_git_prompt.fish
@@ -39,8 +39,8 @@
# __fish_git_prompt_showstashstate to a nonempty value. If something is
# stashed, then a '$' will be shown next to the branch name.
#
-# If you would like to see if they're untracked files, then you can set
-# __fish_git_prompt_showuntrackedfiles to a nonempty value. If they're
+# If you would like to see if there are untracked files, then you can set
+# __fish_git_prompt_showuntrackedfiles to a nonempty value. If there are
# untracked files, then a '%' will be shown next to the branch name.
#
# If you would like to see the difference between HEAD and its upstream, set