aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Yue Gan <yueg@google.com>2016-02-24 13:11:18 +0000
committerGravatar Philipp Wollermann <philwo@google.com>2016-02-24 18:00:21 +0000
commitfd56c1a05321bea8e7aa4dad33f89de0f6f444fe (patch)
treeeff0e8337134b0f51b30315fc76e5bc7adbcbed4
parent70691a0ea0a5d80dfdac083aa626e01115c9b365 (diff)
fix grammar mistake
-- MOS_MIGRATED_REVID=115440169
-rw-r--r--src/main/java/com/google/devtools/build/lib/sandbox/NamespaceSandboxRunner.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main/java/com/google/devtools/build/lib/sandbox/NamespaceSandboxRunner.java b/src/main/java/com/google/devtools/build/lib/sandbox/NamespaceSandboxRunner.java
index c6069bdb71..b037dad115 100644
--- a/src/main/java/com/google/devtools/build/lib/sandbox/NamespaceSandboxRunner.java
+++ b/src/main/java/com/google/devtools/build/lib/sandbox/NamespaceSandboxRunner.java
@@ -50,8 +50,8 @@ public class NamespaceSandboxRunner {
private static final String SANDBOX_TIP =
"\n\nSandboxed execution failed, which may be legitimate (e.g. a compiler error), "
+ "or due to missing dependencies. To enter the sandbox environment for easier debugging,"
- + " run the following command in brackets. On command failure, "
- + "a bash shell running inside the sandbox will then automatically be spawned\n\n";
+ + " run the following command in parentheses. On command failure, "
+ + "a bash shell running inside the sandbox will then automatically be spawned:\n\n";
private final Path execRoot;
private final Path sandboxPath;
private final Path sandboxExecRoot;