Kaydet (Commit) 81d40480 authored tarafından Andrea Gelmini's avatar Andrea Gelmini Kaydeden (comit) Eike Rathke

Fix typos

Change-Id: I299ea04d0d29c97be269028a2984250474988092
Reviewed-on: https://gerrit.libreoffice.org/43161Reviewed-by: 's avatarEike Rathke <erack@redhat.com>
Tested-by: 's avatarEike Rathke <erack@redhat.com>
üst 2bdf80be
......@@ -198,7 +198,7 @@ public:
return maLocale.meSubstitute != LocaleType::Substitute::NONE;
}
/** If the format is a placeholder for the sytem time format and needs to
/** If the format is a placeholder for the system time format and needs to
be substituted during formatting time.
*/
bool IsSystemTimeFormat() const
......@@ -206,7 +206,7 @@ public:
return maLocale.meSubstitute == LocaleType::Substitute::TIME && maLocale.meLanguage == LANGUAGE_SYSTEM;
}
/** If the format is a placeholder for the sytem long date format and needs
/** If the format is a placeholder for the system long date format and needs
to be substituted during formatting time.
*/
bool IsSystemLongDateFormat() const
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment