]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Spelling in code comments patch: 'explanaion' -> 'explanation', 'bugzilla' -> 'Bugzil...
authorvladd%bugzilla.org <>
Mon, 19 Jun 2006 21:49:40 +0000 (21:49 +0000)
committervladd%bugzilla.org <>
Mon, 19 Jun 2006 21:49:40 +0000 (21:49 +0000)
Bugzilla/Util.pm

index 01a977476ad6bbb5bf69e16c86d57fa5baf60cc6..6660fff91a17d905d9531f9c4ad7687db994d0f5 100644 (file)
@@ -114,7 +114,7 @@ sub value_quote {
     $var =~ s/>/\&gt;/g;
     $var =~ s/\"/\&quot;/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/\&#013;/g;
     $var =~ s/\n\r/\&#013;/g;