]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 182946 - fix additional typo noticed on irc by tm
authorbbaetz%student.usyd.edu.au <>
Tue, 3 Dec 2002 20:35:44 +0000 (20:35 +0000)
committerbbaetz%student.usyd.edu.au <>
Tue, 3 Dec 2002 20:35:44 +0000 (20:35 +0000)
Bug.pm
Bugzilla/Bug.pm

diff --git a/Bug.pm b/Bug.pm
index 29f2e9b7368ec12fd20c32da57addfac96970de9..7d7a1debc78c3958499e952368ed63bdf97b014a 100755 (executable)
--- a/Bug.pm
+++ b/Bug.pm
@@ -206,7 +206,7 @@ sub initBug  {
                                 'target_type' => 'bug' });
   }
   $self->{'flag_types'} = $flag_types;
-  $self->{'any_flags_requesteeable'} = grep($_->{'is_requesteeble'}, @$flag_types);
+  $self->{'any_flags_requesteeble'} = grep($_->{'is_requesteeble'}, @$flag_types);
 
   # The number of types of flags that can be set on attachments to this bug
   # and the number of flags on those attachments.  One of these counts must be
index 29f2e9b7368ec12fd20c32da57addfac96970de9..7d7a1debc78c3958499e952368ed63bdf97b014a 100755 (executable)
@@ -206,7 +206,7 @@ sub initBug  {
                                 'target_type' => 'bug' });
   }
   $self->{'flag_types'} = $flag_types;
-  $self->{'any_flags_requesteeable'} = grep($_->{'is_requesteeble'}, @$flag_types);
+  $self->{'any_flags_requesteeble'} = grep($_->{'is_requesteeble'}, @$flag_types);
 
   # The number of types of flags that can be set on attachments to this bug
   # and the number of flags on those attachments.  One of these counts must be