From: vladd%bugzilla.org <> Date: Mon, 19 Jun 2006 18:56:07 +0000 (+0000) Subject: Spelling in code comments patch: 'attachement' -> 'attachment' in importxml.pl; patch... X-Git-Tag: bugzilla-2.23.2~95 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=90c249b809fd4bfb20041b8eb0de5c59291aefb8;p=thirdparty%2Fbugzilla.git Spelling in code comments patch: 'attachement' -> 'attachment' in importxml.pl; patch by Vlad Dascalu . --- diff --git a/importxml.pl b/importxml.pl index c1cdc56b6d..4136c4dfba 100755 --- a/importxml.pl +++ b/importxml.pl @@ -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 tag is parsed. # Since attachments have the potential to be very large, and -# since each attachement will be inside .. tags we shove +# since each attachment will be inside .. 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.