aboutsummaryrefslogtreecommitdiff
path: root/setup.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2008-01-03 15:18:07 +0100
committerJunio C Hamano <gitster@pobox.com>2008-01-03 09:15:17 -0800
commit790296fd8863d649054096191d33bacbbf5c2115 (patch)
treecdcd2549cfa71e3463ab1757aa1db1ad3b7188dc /setup.c
parent698a68be7b0df6dd8d0880e0e2167cad8688a6ad (diff)
downloadgit-790296fd8863d649054096191d33bacbbf5c2115.tar.gz
git-790296fd8863d649054096191d33bacbbf5c2115.tar.xz
Fix grammar nits in documentation and in code comments.
Signed-off-by: Jim Meyering <meyering@redhat.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'setup.c')
-rw-r--r--setup.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.c b/setup.c
index b59dbe7f5..adede16a4 100644
--- a/setup.c
+++ b/setup.c
@@ -140,7 +140,7 @@ const char **get_pathspec(const char *prefix, const char **pathspec)
* Test if it looks like we're at a git directory.
* We want to see:
*
- * - either a objects/ directory _or_ the proper
+ * - either an objects/ directory _or_ the proper
* GIT_OBJECT_DIRECTORY environment variable
* - a refs/ directory
* - either a HEAD symlink or a HEAD file that is formatted as