summaryrefslogtreecommitdiffstats
path: root/importxml.pl
diff options
context:
space:
mode:
authorvladd%bugzilla.org <>2006-06-19 20:56:07 +0200
committervladd%bugzilla.org <>2006-06-19 20:56:07 +0200
commit90c249b809fd4bfb20041b8eb0de5c59291aefb8 (patch)
treee810036b7caaa2361b4395e46a2956391f8eb457 /importxml.pl
parentccec3de0ed12a612343915b8c5fd2d903cca0408 (diff)
downloadbugzilla-90c249b809fd4bfb20041b8eb0de5c59291aefb8.tar.gz
bugzilla-90c249b809fd4bfb20041b8eb0de5c59291aefb8.tar.xz
Spelling in code comments patch: 'attachement' -> 'attachment' in importxml.pl; patch by Vlad Dascalu <vladd@bugzilla.org>.
Diffstat (limited to 'importxml.pl')
-rwxr-xr-ximportxml.pl2
1 files changed, 1 insertions, 1 deletions
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 </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.