From c1e26d6b0ca0c2cec2a3792f1538fbb88621ad31 Mon Sep 17 00:00:00 2001 From: "vladd%bugzilla.org" <> Date: Mon, 19 Jun 2006 18:56:20 +0000 Subject: [PATCH] Spelling in code comments patch: 'attachement' -> 'attachment' in importxml.pl; patch by Vlad Dascalu . --- importxml.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.47.2