many small typofixes

Signed-off-by: Ondřej Bílka <neleai@seznam.cz>
Reviewed-by: Marc Branchaud <marcnarc@xiplink.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
Ondřej Bílka
2013-07-29 10:18:21 +02:00
committed by Junio C Hamano
parent 749f763dbb
commit 98e023dea4
20 changed files with 23 additions and 23 deletions

View File

@ -34,7 +34,7 @@ save_tag () {
mv sed.script.tmp sed.script
}
# Replace unhelpful sha1 hashses with their symbolic equivalents
# Replace unhelpful sha1 hashes with their symbolic equivalents
entag () {
sed -f sed.script
}