From: Ævar Arnfjörð Bjarmason Date: Sat, 19 Jun 2010 16:06:57 +0000 (+0000) Subject: git-cvsserver: typo in a comment: bas -> has X-Git-Tag: v1.7.2-rc0~41 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=fce338a5433d34f119457c0f6e6560799ba14022;p=git.git git-cvsserver: typo in a comment: bas -> has Signed-off-by: Ævar Arnfjörð Bjarmason Signed-off-by: Junio C Hamano --- diff --git a/git-cvsserver.perl b/git-cvsserver.perl index 3833beeef..6de792179 100755 --- a/git-cvsserver.perl +++ b/git-cvsserver.perl @@ -2656,7 +2656,7 @@ sub descramble ); my ($str) = @_; - # This should never happen, the same password format (A) bas been + # This should never happen, the same password format (A) has been # used by CVS since the beginning of time die "invalid password format $1" unless substr($str, 0, 1) eq 'A';