From f2076fc81f29b67f0075b6b98f48622c36996a33 Mon Sep 17 00:00:00 2001 From: "Md. Abdulla-Al-Sun" Date: Sat, 9 Sep 2017 05:41:19 +0600 Subject: [PATCH] fix a typo in comment --- .../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 f2be8c9118068..4533b78b84add 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 @@ * 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.