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

index e613d15fc7b70978769cc3f4492ef25fcd343159..8e1beea5a7e0d15ac6d4c70690655aa3dc8b386d 100755 (executable)
@@ -377,7 +377,7 @@ sub init() {
 # This subroutine is called once for each attachment in the xml file.
 # It is called as soon as the closing </attachment> tag is parsed.
 # Since attachments have the potential to be very large, and
-# since each attachement will be inside <bug>..</bug> tags we shove
+# since each attachment will be inside <bug>..</bug> tags we shove
 # the attachment onto an array which will be processed by process_bug
 # and then disposed of. The attachment array will then contain only
 # one bugs' attachments at a time.