mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-15 21:36:20 +00:00
fixed typo, slipage is now slippage.
This commit is contained in:
parent
b1a9c8680f
commit
30d8243fdc
@ -4,8 +4,8 @@
|
||||
# Tracking system and its relationship to the tinderbox trees.
|
||||
|
||||
|
||||
# $Revision: 1.7 $
|
||||
# $Date: 2001/08/13 20:01:36 $
|
||||
# $Revision: 1.8 $
|
||||
# $Date: 2002/04/26 22:33:53 $
|
||||
# $Author: kestes%walrus.com $
|
||||
# $Source: /home/hwine/cvs_conversion/cvsroot/mozilla/webtools/tinderbox2/src/default_conf/BTData.pm,v $
|
||||
# $Name: $
|
||||
@ -135,10 +135,10 @@ $STATUS_FIELD_NAME = 'Status';
|
||||
'DUPLICATE' => 'Progress',
|
||||
'WORKSFORME' => 'Progress',
|
||||
|
||||
'REOPENED' => 'Slipage',
|
||||
'FAILED' => 'Slipage',
|
||||
'OPENED' => 'Slipage',
|
||||
'NEW' => 'Slipage',
|
||||
'REOPENED' => 'Slippage',
|
||||
'FAILED' => 'Slippage',
|
||||
'OPENED' => 'Slippage',
|
||||
'NEW' => 'Slippage',
|
||||
);
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user