aboutsummaryrefslogtreecommitdiff
path: root/git.c
diff options
context:
space:
mode:
authorAlex Henrie <alexhenrie24@gmail.com>2014-08-30 13:56:01 -0600
committerJunio C Hamano <gitster@pobox.com>2014-09-02 12:00:30 -0700
commitad5fe3771b50f3862130d150b5cc8bb316ef6f1c (patch)
tree720d0806aa46914127296596ea5818f283dc502f /git.c
parent96db324a73fdada6fbe7b63221986f8f18cc63b0 (diff)
downloadgit-ad5fe3771b50f3862130d150b5cc8bb316ef6f1c.tar.gz
git-ad5fe3771b50f3862130d150b5cc8bb316ef6f1c.tar.xz
grammofix in user-facing messages
Signed-off-by: Alex Henrie <alexhenrie24@gmail.com> Acked-by: Johan Herland <johan@herland.net> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'git.c')
-rw-r--r--git.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/git.c b/git.c
index 9c4951983..465d33a83 100644
--- a/git.c
+++ b/git.c
@@ -14,7 +14,7 @@ const char git_usage_string[] =
" <command> [<args>]";
const char git_more_info_string[] =
- N_("'git help -a' and 'git help -g' lists available subcommands and some\n"
+ N_("'git help -a' and 'git help -g' list available subcommands and some\n"
"concept guides. See 'git help <command>' or 'git help <concept>'\n"
"to read about a specific subcommand or concept.");