From 90c249b809fd4bfb20041b8eb0de5c59291aefb8 Mon Sep 17 00:00:00 2001 From: "vladd%bugzilla.org" <> Date: Mon, 19 Jun 2006 18:56:07 +0000 Subject: Spelling in code comments patch: 'attachement' -> 'attachment' in importxml.pl; patch by Vlad Dascalu . --- importxml.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'importxml.pl') diff --git a/importxml.pl b/importxml.pl index c1cdc56b6..4136c4dfb 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. -- cgit v1.2.3-24-g4f1b