Browse Source

[Docs] Fix typo in javadocs (#26556)

Md.Abdulla-Al-Sun 8 years ago
parent
commit
d00d18a36d

+ 1 - 1
core/src/main/java/org/joda/time/format/StrictISODateTimeFormat.java

@@ -32,7 +32,7 @@ import java.util.Set;
  * All methods have been marked with an "// ES change" commentary
  *
  * In case you compare this with the original ISODateTimeFormat, make sure you use a diff
- * call, that ignores whitespaces/tabs/indendetations like 'diff -b'
+ * call, that ignores whitespaces/tabs/indentations like 'diff -b'
  */
 /**
  * Factory that creates instances of DateTimeFormatter based on the ISO8601 standard.