aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/buildtool/LocalEnvironmentException.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/java/com/google/devtools/build/lib/buildtool/LocalEnvironmentException.java')
-rw-r--r--src/main/java/com/google/devtools/build/lib/buildtool/LocalEnvironmentException.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/com/google/devtools/build/lib/buildtool/LocalEnvironmentException.java b/src/main/java/com/google/devtools/build/lib/buildtool/LocalEnvironmentException.java
index 3a53c1eb1c..b310ea99a3 100644
--- a/src/main/java/com/google/devtools/build/lib/buildtool/LocalEnvironmentException.java
+++ b/src/main/java/com/google/devtools/build/lib/buildtool/LocalEnvironmentException.java
@@ -19,7 +19,7 @@ import com.google.devtools.build.lib.util.ExitCode;
/**
* An exception that signals that something is wrong with the user's environment
- * that he can fix. Used to report the problem of having no free space left in
+ * that they can fix. Used to report the problem of having no free space left in
* the blaze output directory.
*
* <p>Note that this is a much higher level exception then the similarly named