diff options
author | Francis Daly <francis@daoine.org> | 2006-06-07 13:56:45 +0100 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2006-06-07 11:49:35 -0700 |
commit | 3742506578dda5de2fe97e403f04150a85ffef17 (patch) | |
tree | 9e7e042b220c4d0567d6a6d6a5014ca3bdab5356 /Documentation/everyday.txt | |
parent | 17cf250aff26d3baa6b311a3404f1a932e16cf17 (diff) | |
download | git-3742506578dda5de2fe97e403f04150a85ffef17.tar.gz git-3742506578dda5de2fe97e403f04150a85ffef17.tar.xz |
Some doc typo fixes
All should be clear enough, except perhaps committish / commitish.
I just kept the more-used one within the current docs.
[jc: with rephrasing of check-ref-format description later discussed
on the list]
Signed-off-by: Francis Daly <francis@daoine.org>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'Documentation/everyday.txt')
-rw-r--r-- | Documentation/everyday.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/everyday.txt b/Documentation/everyday.txt index 6745ab5fc..b935c1808 100644 --- a/Documentation/everyday.txt +++ b/Documentation/everyday.txt @@ -45,7 +45,7 @@ Everybody uses these commands to feed and care git repositories. * gitlink:git-fsck-objects[1] to validate the repository. - * gitlink:git-prune[1] to garbage collect crufts in the + * gitlink:git-prune[1] to garbage collect cruft in the repository. * gitlink:git-repack[1] to pack loose objects for efficiency. |