From 10b2568b550612df53d550b2703be98e97ad4074 Mon Sep 17 00:00:00 2001 From: "vladd%bugzilla.org" <> Date: Mon, 19 Jun 2006 21:43:54 +0000 Subject: Spelling in code comments patch: 'preiodically' -> 'periodically'; patch by Vlad Dascalu . --- Bugzilla/Config/Common.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Bugzilla/Config') diff --git a/Bugzilla/Config/Common.pm b/Bugzilla/Config/Common.pm index 521542707..665b889f3 100644 --- a/Bugzilla/Config/Common.pm +++ b/Bugzilla/Config/Common.pm @@ -236,7 +236,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 ""; } -- cgit v1.2.3-24-g4f1b