]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Spelling in code comments patch: 'attachemnt' -> 'attachment', 'unkown' -> 'unknown...
authorvladd%bugzilla.org <>
Mon, 19 Jun 2006 19:02:56 +0000 (19:02 +0000)
committervladd%bugzilla.org <>
Mon, 19 Jun 2006 19:02:56 +0000 (19:02 +0000)
importxml.pl

index 8e1beea5a7e0d15ac6d4c70690655aa3dc8b386d..2040678e4258cd92fa9dea0399a1e9760e7cbd03 100755 (executable)
@@ -534,8 +534,8 @@ sub process_bug {
             $data = decode_base64($data);
         }
 
-        # If we leave the attachemnt ID in the comment it will be made a link
-        # to the wrong attachment. Since the new attachment ID is unkown yet
+        # If we leave the attachment ID in the comment it will be made a link
+        # to the wrong attachment. Since the new attachment ID is unknown yet
         # let's strip it out for now. We will make a comment with the right ID
         # later
         $data =~ s/Created an attachment \(id=\d+\)/Created an attachment/g;