git-cvsserver: typo in a comment: bas -> has
[gitweb.git] / git-cvsserver.perl
index 3833beeef38c35bf5da0407e89a959874a253307..6de7921796597471990aa5498677522d8f9f236f 100755 (executable)
@@ -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';