]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Spelling in code comments patch: 'preiodically' -> 'periodically'; patch by Vlad...
authorvladd%bugzilla.org <>
Mon, 19 Jun 2006 21:43:54 +0000 (21:43 +0000)
committervladd%bugzilla.org <>
Mon, 19 Jun 2006 21:43:54 +0000 (21:43 +0000)
Bugzilla/Config/Common.pm

index 521542707bc2e4120cd1e13973bed7c065b3e210..665b889f334d255d98dcc31b446a20a6c6d1ca12 100644 (file)
@@ -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 "";
 }