From 580d289af7e1b2b213cee64fb0ecc4822adab459 Mon Sep 17 00:00:00 2001 From: "vladd%bugzilla.org" <> Date: Mon, 19 Jun 2006 19:02:56 +0000 Subject: [PATCH] Spelling in code comments patch: 'attachemnt' -> 'attachment', 'unkown' -> 'unknown' in importxml.pl; patch by Vlad Dascalu . --- importxml.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/importxml.pl b/importxml.pl index 8e1beea5a7..2040678e42 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; -- 2.47.2