mirror of
https://we.phorge.it/source/arcanist.git
synced 2024-11-22 06:42: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:
parent
0e32dbc1ac
commit
18554ea76c
1 changed files with 1 additions and 1 deletions
|
@ -194,7 +194,7 @@ abstract class PhutilLock extends Phobject {
|
||||||
if (!$this->locked) {
|
if (!$this->locked) {
|
||||||
$name = $this->getName();
|
$name = $this->getName();
|
||||||
throw new Exception(
|
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();
|
$this->doUnlock();
|
||||||
|
|
Loading…
Reference in a new issue