Code

Add test for rebase -i with commits that do not pass pre-commit
[git.git] / setup.c
diff --git a/setup.c b/setup.c
index b59dbe7f51e8ffcbf2721d2ec7201400830e6830..adede16a4deea1423f52c3b736de735d27f7172a 100644 (file)
--- 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