1
0
Fork 0
mirror of https://we.phorge.it/source/arcanist.git synced 2024-11-21 22:32: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:
epriestley 2021-07-20 20:14:42 -07:00
parent 232363e387
commit 35c1b9bf02

View file

@ -19,7 +19,7 @@ abstract class PhutilExecutableFuture extends Future {
pht(
'Command (of class "%s") was constructed with a '.
'"PhutilCommandString", but also passed arguments. '.
'When using a preprebuilt command, you must not pass '.
'When using a prebuilt command, you must not pass '.
'arguments.',
get_class($this)));
}