From: vladd%bugzilla.org <> Date: Mon, 19 Jun 2006 18:56:20 +0000 (+0000) Subject: Spelling in code comments patch: 'attachement' -> 'attachment' in importxml.pl; patch... X-Git-Tag: bugzilla-2.22.1~94 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c1e26d6b0ca0c2cec2a3792f1538fbb88621ad31;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 e613d15fc7..8e1beea5a7 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.