Commit b310f8bf authored by vladd%bugzilla.org's avatar vladd%bugzilla.org

Spelling in code comments patch: 'attachemnt' -> 'attachment', 'unkown' ->…

Spelling in code comments patch: 'attachemnt' -> 'attachment', 'unkown' -> 'unknown' in importxml.pl; patch by Vlad Dascalu <vladd@bugzilla.org>.
parent 90c249b8
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment