From: vladd%bugzilla.org <> Date: Mon, 19 Jun 2006 21:43:41 +0000 (+0000) Subject: Spelling in code comments patch: 'preiodically' -> 'periodically'; patch by Vlad... X-Git-Tag: bugzilla-2.22.1~74 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8765a6782fba8572c273ae1644a0858a64292483;p=thirdparty%2Fbugzilla.git Spelling in code comments patch: 'preiodically' -> 'periodically'; patch by Vlad Dascalu . --- diff --git a/Bugzilla/Config/Common.pm b/Bugzilla/Config/Common.pm index 9cb13d99f8..c72e4b8f59 100644 --- a/Bugzilla/Config/Common.pm +++ b/Bugzilla/Config/Common.pm @@ -227,7 +227,7 @@ sub check_netmask { # Note that if we changed the netmask from anything apart from 32, then # existing logincookies which aren't for a single IP won't work # any more. We can't know which ones they are, though, so they'll just - # take space until they're preiodically cleared, later. + # take space until they're periodically cleared, later. return ""; }