diff options
author | Mike Ralphson <mike@abacus.co.uk> | 2009-04-17 20:13:30 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2009-04-23 04:02:12 +0200 |
commit | 3ea3c215c02dc4a4e7d0881c25b2223540960797 (patch) | |
tree | e6e8e312ae4af706982a1fa1dd9ddfb3faedc2f0 /builtin-checkout.c | |
parent | Documentation: git-svn: fix a grammatical error without awkwardness (diff) | |
download | git-3ea3c215c02dc4a4e7d0881c25b2223540960797.tar.xz git-3ea3c215c02dc4a4e7d0881c25b2223540960797.zip |
Fix typos / spelling in comments
Signed-off-by: Mike Ralphson <mike@abacus.co.uk>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'builtin-checkout.c')
-rw-r--r-- | builtin-checkout.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/builtin-checkout.c b/builtin-checkout.c index ee1edd406f..383598c9bf 100644 --- a/builtin-checkout.c +++ b/builtin-checkout.c @@ -178,7 +178,7 @@ static int checkout_merged(int pos, struct checkout *state) /* * NEEDSWORK: * There is absolutely no reason to write this as a blob object - * and create a phoney cache entry just to leak. This hack is + * and create a phony cache entry just to leak. This hack is * primarily to get to the write_entry() machinery that massages * the contents to work-tree format and writes out which only * allows it for a cache entry. The code in write_entry() needs |