diff --git a/src/test/java/com/google/devtools/build/lib/buildtool/QueryIntegrationTest.java b/src/test/java/com/google/devtools/build/lib/buildtool/QueryIntegrationTest.java index 63d776995ed33b..3a5bbf3ecf6194 100644 --- a/src/test/java/com/google/devtools/build/lib/buildtool/QueryIntegrationTest.java +++ b/src/test/java/com/google/devtools/build/lib/buildtool/QueryIntegrationTest.java @@ -383,7 +383,7 @@ private byte[] getQueryResult(String queryString) throws Exception { env.getSkyframeExecutor().injectExtraPrecomputedValues(module.getPrecomputedValues()); } - // In this test we are allowed to ommit the beforeCommand; so force setting of a command + // In this test we are allowed to omit the beforeCommand; so force setting of a command // id in the CommandEnvironment, as we will need it in a moment even though we deviate from // normal calling order. try {