From 121cd7b424c796ddc12a7082bf167bff1ecbee6f Mon Sep 17 00:00:00 2001 From: janakr Date: Fri, 22 Jan 2021 17:49:01 +0100 Subject: [PATCH] Fix typo in QueryIntegrationTest. PiperOrigin-RevId: 353250041 --- .../devtools/build/lib/buildtool/QueryIntegrationTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {