]> 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:07 +0000 (18:56 +0000)
committervladd%bugzilla.org <>
Mon, 19 Jun 2006 18:56:07 +0000 (18:56 +0000)
importxml.pl

index c1cdc56b6d2f851b4d20c710fd494ebab2aac64b..4136c4dfbae771f7207548bffd5e0df9ab6b6f32 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.