summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ext/date/date_parse.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/date/date_parse.c b/ext/date/date_parse.c
index ffca64d62a..fcda847bd8 100644
--- a/ext/date/date_parse.c
+++ b/ext/date/date_parse.c
@@ -1212,7 +1212,7 @@ parse_iso2(VALUE str, VALUE hash)
return 1;
}
-#define JAPANESE_ERA_INITIALS "mtshr"
+#define JAPANESE_ERA_INITIALS "mtsh"
static int
gengo(int c)