]> 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:27 +0000 (21:49 +0000)
committervladd%bugzilla.org <>
Mon, 19 Jun 2006 21:49:27 +0000 (21:49 +0000)
Bugzilla/Util.pm

index c7c5b9078a1ad8d9ca7962e5465857bca0fa5dc5..e02a642a50765f56a265cb547dc2a5f0d6b49fb9 100644 (file)
@@ -115,7 +115,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;