Spelling in code comments patch: 'particuarly' -> 'particularly'; 'bugzilla' -> 'Bugzilla'; patch by Vlad Dascalu <vladd@bugzilla.org>.

This commit is contained in:
vladd%bugzilla.org 2006-06-19 15:09:22 +00:00
Родитель 59eb9eae67
Коммит eafbb1aa0d
1 изменённых файлов: 2 добавлений и 2 удалений

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

@ -173,13 +173,13 @@ sub SetParam {
sub UpdateParams {
# --- PARAM CONVERSION CODE ---
# Note that this isn't particuarly 'clean' in terms of separating
# Note that this isn't particularly 'clean' in terms of separating
# the backend code (ie this) from the actual params.
# We don't care about that, though
my $param = Bugzilla->params;
# Old bugzilla versions stored the version number in the params file
# Old Bugzilla versions stored the version number in the params file
# We don't want it, so get rid of it
delete $param->{'version'};