Skip to content

Commit fed6c3e

Browse files
committed
Fix typo in comment in o/e/b/Elasticsearch
This commit fixes a typo (missing word) in org/elasticsearch/bootstrap/Elasticsearch.java.
1 parent bb212e2 commit fed6c3e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

core/src/main/java/org/elasticsearch/bootstrap/Elasticsearch.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,8 +95,8 @@ static int main(final String[] args, final Elasticsearch elasticsearch, final Te
9595
@Override
9696
protected boolean shouldConfigureLoggingWithoutConfig() {
9797
/*
98-
* If we allow logging to be configured without a config before we ready to read the log4j2.properties file, then we will fail to
99-
* detect uses of logging before it is properly configured.
98+
* If we allow logging to be configured without a config before we are ready to read the log4j2.properties file, then we will fail
99+
* to detect uses of logging before it is properly configured.
100100
*/
101101
return false;
102102
}

0 commit comments

Comments
 (0)