1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-09-20 09:18:48 +02: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:
epriestley 2017-01-01 09:20:08 -08:00
parent 69194fdaf5
commit 7bf49d254e

View file

@ -227,7 +227,7 @@ final class DifferentialTransaction
$tags[] = self::MAILTAG_REVIEWERS;
break;
case DifferentialRevisionCloseTransaction::TRANSACTIONTYPE:
$tags[] = self::MAILTAG_CLSOED;
$tags[] = self::MAILTAG_CLOSED;
break;
}