X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=setup.c;h=0717a98d16b8be3cb70b33b6dea7040694130a0b;hb=251a4951a20b23760c3ccf3f3122d4394ab37357;hp=b38cbee145e8f3aa13d79cd80640841ec2fb350e;hpb=7e5eb8f1834722507e2d2171a253b78b1d924458;p=git.git diff --git a/setup.c b/setup.c index b38cbee14..0717a98d1 100644 --- 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.