Merge branch 'jc/typo'

* jc/typo:
  Typofixes outside documentation area
This commit is contained in:
Junio C Hamano
2010-02-16 22:45:14 -08:00
17 changed files with 20 additions and 19 deletions

View File

@ -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.