From: Frédéric Buclin Date: Sun, 18 Sep 2011 00:35:29 +0000 (+0200) Subject: Fix typo in comments X-Git-Tag: bugzilla-4.2rc1~63 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f323db91093f6620fc7cfc8fb65b031ced40b028;p=thirdparty%2Fbugzilla.git Fix typo in comments --- diff --git a/Bugzilla/WebService/Bug.pm b/Bugzilla/WebService/Bug.pm index da2393033b..fb2b7b65db 100644 --- a/Bugzilla/WebService/Bug.pm +++ b/Bugzilla/WebService/Bug.pm @@ -204,7 +204,7 @@ sub _legal_field_values { name => $self->type('string', $status->name), is_open => $self->type('boolean', $status->is_open), sort_key => $self->type('int', $status->sortkey), - sortkey => $self->type('int', $status->sortkey), # depricated + sortkey => $self->type('int', $status->sortkey), # deprecated can_change_to => \@can_change_to, visibility_values => [], }); @@ -218,7 +218,7 @@ sub _legal_field_values { push(@result, { name => $self->type('string', $value->name), sort_key => $self->type('int' , $value->sortkey), - sortkey => $self->type('int' , $value->sortkey), # depricated + sortkey => $self->type('int' , $value->sortkey), # deprecated visibility_values => [ defined $vis_val ? $self->type('string', $vis_val->name) : ()