From 1e24933322d4fd449ef35e96f6cfdb15400c9c53 Mon Sep 17 00:00:00 2001 From: "timeless%mozdev.org" <> Date: Sat, 26 Nov 2005 05:57:06 +0000 Subject: Bug 106386 Correct misspellings in source code patch by unknown@simplemachines.org r=timeless rs=brendan --- Bugzilla/Util.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Bugzilla/Util.pm') diff --git a/Bugzilla/Util.pm b/Bugzilla/Util.pm index 3a9d6dae7..21885bbdc 100644 --- a/Bugzilla/Util.pm +++ b/Bugzilla/Util.pm @@ -94,7 +94,7 @@ sub html_quote { return $var; } -# This orignally came from CGI.pm, by Lincoln D. Stein +# This originally came from CGI.pm, by Lincoln D. Stein sub url_quote { my ($toencode) = (@_); $toencode =~ s/([^a-zA-Z0-9_\-.])/uc sprintf("%%%02x",ord($1))/eg; -- cgit v1.2.3-24-g4f1b