Skip to content

Commit fce338a

Browse files
avargitster
authored andcommitted
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>
1 parent 049e98c commit fce338a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

git-cvsserver.perl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2656,7 +2656,7 @@ sub descramble
26562656
);
26572657
my ($str) = @_;
26582658

2659-
# This should never happen, the same password format (A) bas been
2659+
# This should never happen, the same password format (A) has been
26602660
# used by CVS since the beginning of time
26612661
die "invalid password format $1" unless substr($str, 0, 1) eq 'A';
26622662

0 commit comments

Comments
 (0)