Browse Source

Fix typo in comment in o/e/b/Elasticsearch

This commit fixes a typo (missing word) in
org/elasticsearch/bootstrap/Elasticsearch.java.
Jason Tedor 8 years ago
parent
commit
1331741d7c
1 changed files with 2 additions and 2 deletions
  1. 2 2
      core/src/main/java/org/elasticsearch/bootstrap/Elasticsearch.java

+ 2 - 2
core/src/main/java/org/elasticsearch/bootstrap/Elasticsearch.java

@@ -95,8 +95,8 @@ class Elasticsearch extends EnvironmentAwareCommand {
     @Override
     protected boolean shouldConfigureLoggingWithoutConfig() {
         /*
-         * If we allow logging to be configured without a config before we ready to read the log4j2.properties file, then we will fail to
-         * detect uses of logging before it is properly configured.
+         * If we allow logging to be configured without a config before we are ready to read the log4j2.properties file, then we will fail
+         * to detect uses of logging before it is properly configured.
          */
         return false;
     }