Fix typos / spelling in comments

Signed-off-by: Mike Ralphson <mike@abacus.co.uk>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
Mike Ralphson
2009-04-17 19:13:30 +01:00
committed by Junio C Hamano
parent bad542f0b1
commit 3ea3c215c0
20 changed files with 27 additions and 27 deletions

2
git.c
View File

@ -497,7 +497,7 @@ int main(int argc, const char **argv)
/*
* We use PATH to find git commands, but we prepend some higher
* precidence paths: the "--exec-path" option, the GIT_EXEC_PATH
* precedence paths: the "--exec-path" option, the GIT_EXEC_PATH
* environment, and the $(gitexecdir) from the Makefile at build
* time.
*/