summaryrefslogtreecommitdiffstats
path: root/importxml.pl
diff options
context:
space:
mode:
authorvladd%bugzilla.org <>2006-06-19 21:03:13 +0200
committervladd%bugzilla.org <>2006-06-19 21:03:13 +0200
commitb310f8bffd64f2b50bd7b3bcae214ee3332f0e96 (patch)
tree74951e74074ee1390c581d84de8391fb34d29581 /importxml.pl
parent90c249b809fd4bfb20041b8eb0de5c59291aefb8 (diff)
downloadbugzilla-b310f8bffd64f2b50bd7b3bcae214ee3332f0e96.tar.gz
bugzilla-b310f8bffd64f2b50bd7b3bcae214ee3332f0e96.tar.xz
Spelling in code comments patch: 'attachemnt' -> 'attachment', 'unkown' -> 'unknown' in importxml.pl; patch by Vlad Dascalu <vladd@bugzilla.org>.
Diffstat (limited to 'importxml.pl')
-rwxr-xr-ximportxml.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/importxml.pl b/importxml.pl
index 4136c4dfb..dad82b17d 100755
--- a/importxml.pl
+++ b/importxml.pl
@@ -534,8 +534,8 @@ sub process_bug {
$data = decode_base64($data);
}
- # If we leave the attachemnt ID in the comment it will be made a link
- # to the wrong attachment. Since the new attachment ID is unkown yet
+ # If we leave the attachment ID in the comment it will be made a link
+ # to the wrong attachment. Since the new attachment ID is unknown yet
# let's strip it out for now. We will make a comment with the right ID
# later
$data =~ s/Created an attachment \(id=\d+\)/Created an attachment/g;