From: vladd%bugzilla.org <> Date: Mon, 19 Jun 2006 19:03:13 +0000 (+0000) Subject: Spelling in code comments patch: 'attachemnt' -> 'attachment', 'unkown' -> 'unknown... X-Git-Tag: bugzilla-2.23.2~94 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b310f8bffd64f2b50bd7b3bcae214ee3332f0e96;p=thirdparty%2Fbugzilla.git Spelling in code comments patch: 'attachemnt' -> 'attachment', 'unkown' -> 'unknown' in importxml.pl; patch by Vlad Dascalu . --- diff --git a/importxml.pl b/importxml.pl index 4136c4dfba..dad82b17d2 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;