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

index 9cb13d99f8738ef67889fd0b50b33fd23b97864e..c72e4b8f59ee0ff5792fbbea2870dfae53860274 100644 (file)
@@ -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 "";
 }