mirror of
https://we.phorge.it/source/arcanist.git
synced 2024-11-22 06:42:41 +01:00
Fix an ExecFuture typo, "preprebuilt"
Summary: These commands are merely "prebuilt", not "preprebuilt". Test Plan: o.O Differential Revision: https://secure.phabricator.com/D21702
This commit is contained in:
parent
232363e387
commit
35c1b9bf02
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ abstract class PhutilExecutableFuture extends Future {
|
||||||
pht(
|
pht(
|
||||||
'Command (of class "%s") was constructed with a '.
|
'Command (of class "%s") was constructed with a '.
|
||||||
'"PhutilCommandString", but also passed arguments. '.
|
'"PhutilCommandString", but also passed arguments. '.
|
||||||
'When using a preprebuilt command, you must not pass '.
|
'When using a prebuilt command, you must not pass '.
|
||||||
'arguments.',
|
'arguments.',
|
||||||
get_class($this)));
|
get_class($this)));
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue