From d00d18a36dbaaccfafea40e006b55d6c81011169 Mon Sep 17 00:00:00 2001 From: "Md.Abdulla-Al-Sun" Date: Sun, 10 Sep 2017 02:25:31 +0600 Subject: [PATCH] [Docs] Fix typo in javadocs (#26556) --- .../main/java/org/joda/time/format/StrictISODateTimeFormat.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/main/java/org/joda/time/format/StrictISODateTimeFormat.java b/core/src/main/java/org/joda/time/format/StrictISODateTimeFormat.java index f2be8c91180..4533b78b84a 100644 --- a/core/src/main/java/org/joda/time/format/StrictISODateTimeFormat.java +++ b/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.