1
0
Fork 0
mirror of https://we.phorge.it/source/arcanist.git synced 2024-11-21 22:32:41 +01:00

Correct spelling mistake in PhutilLock

Summary: Closes T15268

Test Plan: Only changes to spelling.

Reviewers: O1 Blessed Committers, valerio.bozzolan

Reviewed By: O1 Blessed Committers, valerio.bozzolan

Subscribers: speck, tobiaswiese, valerio.bozzolan, Matthew, Cigaryno

Maniphest Tasks: T15268

Differential Revision: https://we.phorge.it/D25253
This commit is contained in:
Andre Klapper 2023-05-29 10:28:30 +02:00
parent 0e32dbc1ac
commit 18554ea76c

View file

@ -194,7 +194,7 @@ abstract class PhutilLock extends Phobject {
if (!$this->locked) {
$name = $this->getName();
throw new Exception(
pht("Lock '%s is not locked by this process!", $name));
pht("Lock '%s' is not locked by this process!", $name));
}
$this->doUnlock();