Spelling in code comments patch: 'preiodically' -> 'periodically'; patch by Vlad Dascalu <vladd@bugzilla.org>.

This commit is contained in:
vladd%bugzilla.org 2006-06-19 14:43:54 +00:00
Родитель 8fbaad243c
Коммит b18c9b3db6
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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 "";
}