summaryrefslogtreecommitdiffstats
path: root/Bugzilla
diff options
context:
space:
mode:
authorvladd%bugzilla.org <>2006-06-19 23:43:54 +0200
committervladd%bugzilla.org <>2006-06-19 23:43:54 +0200
commit10b2568b550612df53d550b2703be98e97ad4074 (patch)
treed8c55c9938aebcbc301ae4a2a5d9d1533437b7c1 /Bugzilla
parentfc82861381e81ce5d006304e373c20995d0a80f3 (diff)
downloadbugzilla-10b2568b550612df53d550b2703be98e97ad4074.tar.gz
bugzilla-10b2568b550612df53d550b2703be98e97ad4074.tar.xz
Spelling in code comments patch: 'preiodically' -> 'periodically'; patch by Vlad Dascalu <vladd@bugzilla.org>.
Diffstat (limited to 'Bugzilla')
-rw-r--r--Bugzilla/Config/Common.pm2
1 files changed, 1 insertions, 1 deletions
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 "";
}