Skip to content

Commit dd2c693

Browse files
committed
Fix typo
1 parent 7ca3a9b commit dd2c693

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

embulk-input-mysql/src/main/java/org/embulk/input/MySQLTimeZoneComparison.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,9 @@ public void compareTimeZone()
5757
"The client timezone(%s) is different from the server timezone(%s). The plugin will fetch wrong datetime values.",
5858
clientTimeZone.getID(), serverTimeZone.getID()));
5959
logger.warn(String.format(Locale.ENGLISH,
60-
"You may need to set options `useLegacyDatetimeCode` and `serverTimeZone`"));
60+
"You may need to set options `useLegacyDatetimeCode` and `serverTimezone`"));
6161
logger.warn(String.format(Locale.ENGLISH,
62-
"Example. `options: { useLegacyDatetimeCode: false, serverTimeZone: UTC }`"));
62+
"Example. `options: { useLegacyDatetimeCode: false, serverTimezone: UTC }`"));
6363
}
6464
logger.warn(String.format(Locale.ENGLISH, "The plugin will set `useLegacyDatetimeCode=false` by default in future."));
6565
}

0 commit comments

Comments
 (0)