]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 225234: Wrong comment in editusers.cgi; r=timeless; a=myk.
authorjocuri%softhome.net <>
Tue, 11 Nov 2003 01:56:03 +0000 (01:56 +0000)
committerjocuri%softhome.net <>
Tue, 11 Nov 2003 01:56:03 +0000 (01:56 +0000)
editusers.cgi

index 823035fe50850cf5a7659a4ce3072deeb679dc2e..9adc36922c39181a44c43f37a9556665930572c2 100755 (executable)
@@ -66,7 +66,7 @@ sub CheckUser ($)
 {
     my $user = shift;
 
-    # do we have a product?
+    # do we have a user?
     unless ($user) {
         print "Sorry, you haven't specified a user.";
         PutTrailer();