summaryrefslogtreecommitdiff
path: root/core/src/main/java/org/elasticsearch/common/lucene/Lucene.java
diff options
context:
space:
mode:
Diffstat (limited to 'core/src/main/java/org/elasticsearch/common/lucene/Lucene.java')
-rw-r--r--core/src/main/java/org/elasticsearch/common/lucene/Lucene.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/src/main/java/org/elasticsearch/common/lucene/Lucene.java b/core/src/main/java/org/elasticsearch/common/lucene/Lucene.java
index 2a539a8498..bbcea3041f 100644
--- a/core/src/main/java/org/elasticsearch/common/lucene/Lucene.java
+++ b/core/src/main/java/org/elasticsearch/common/lucene/Lucene.java
@@ -712,7 +712,7 @@ public class Lucene {
}
/**
- * Parses the version string lenient and returns the default value if the given string is null or emtpy
+ * Parses the version string lenient and returns the default value if the given string is null or empty
*/
public static Version parseVersionLenient(String toParse, Version defaultValue) {
return LenientParser.parse(toParse, defaultValue);