]> rtime.felk.cvut.cz Git - git.git/blobdiff - setup.c
Merge branch 'jc/typo'
[git.git] / setup.c
diff --git a/setup.c b/setup.c
index b38cbee145e8f3aa13d79cd80640841ec2fb350e..0717a98d16b8be3cb70b33b6dea7040694130a0b 100644 (file)
--- a/setup.c
+++ b/setup.c
@@ -206,7 +206,7 @@ int is_inside_work_tree(void)
 }
 
 /*
- * set_work_tree() is only ever called if you set GIT_DIR explicitely.
+ * set_work_tree() is only ever called if you set GIT_DIR explicitly.
  * The old behaviour (which we retain here) is to set the work tree root
  * to the cwd, unless overridden by the config, the command line, or
  * GIT_WORK_TREE.