mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 08:52:39 +01:00
Use a more conventional spelling of "CLOSED"
Summary: Ref T11114. Wow! Test Plan: Spelling! Reviewers: chad, eadler Reviewed By: chad, eadler Maniphest Tasks: T11114 Differential Revision: https://secure.phabricator.com/D17125
This commit is contained in:
parent
69194fdaf5
commit
7bf49d254e
1 changed files with 1 additions and 1 deletions
|
@ -227,7 +227,7 @@ final class DifferentialTransaction
|
||||||
$tags[] = self::MAILTAG_REVIEWERS;
|
$tags[] = self::MAILTAG_REVIEWERS;
|
||||||
break;
|
break;
|
||||||
case DifferentialRevisionCloseTransaction::TRANSACTIONTYPE:
|
case DifferentialRevisionCloseTransaction::TRANSACTIONTYPE:
|
||||||
$tags[] = self::MAILTAG_CLSOED;
|
$tags[] = self::MAILTAG_CLOSED;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue