diff --git a/src/future/exec/PhutilExecutableFuture.php b/src/future/exec/PhutilExecutableFuture.php --- a/src/future/exec/PhutilExecutableFuture.php +++ b/src/future/exec/PhutilExecutableFuture.php @@ -19,7 +19,7 @@ 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))); }