From 7b7c02c77af49484842667a9fdbf3f2ef69089fd Mon Sep 17 00:00:00 2001 From: "vladd%bugzilla.org" <> Date: Mon, 19 Jun 2006 21:49:40 +0000 Subject: Spelling in code comments patch: 'explanaion' -> 'explanation', 'bugzilla' -> 'Bugzilla'; patch by Vlad Dascalu . --- Bugzilla/Util.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Bugzilla') diff --git a/Bugzilla/Util.pm b/Bugzilla/Util.pm index 01a977476..6660fff91 100644 --- a/Bugzilla/Util.pm +++ b/Bugzilla/Util.pm @@ -114,7 +114,7 @@ sub value_quote { $var =~ s/>/\>/g; $var =~ s/\"/\"/g; # See bug http://bugzilla.mozilla.org/show_bug.cgi?id=4928 for - # explanaion of why bugzilla does this linebreak substitution. + # explanation of why Bugzilla does this linebreak substitution. # This caused form submission problems in mozilla (bug 22983, 32000). $var =~ s/\r\n/\ /g; $var =~ s/\n\r/\ /g; -- cgit v1.2.3-24-g4f1b