1
0
Fork 0
mirror of https://github.com/git/git.git synced 2024-04-28 10:55:11 +02:00

git-cvsserver: typo in a comment: bas -> has

Signed-off-by: Ævar Arnfjörð Bjarmason <avarab@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
Ævar Arnfjörð Bjarmason 2010-06-19 16:06:57 +00:00 committed by Junio C Hamano
parent 049e98c875
commit fce338a543

View File

@ -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';