diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-07-30 07:40:48 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2019-07-30 08:52:21 +0200 |
commit | bfdf2594315cce95b95a2c1891a4518bc8f281c7 (patch) | |
tree | 7d667e4dfe5202afe3fe77e800d4f3db7345e737 /shell | |
parent | 90928f23994d8fc1d9cc7edf95880782c8ca712a (diff) |
Fix typos
It passed "make check"
Change-Id: I50c3639ec258c7fb6d73104f8e777f96995aa8e3
Reviewed-on: https://gerrit.libreoffice.org/76543
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'shell')
-rw-r--r-- | shell/source/win32/shlxthandler/util/iso8601_converter.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/source/win32/shlxthandler/util/iso8601_converter.cxx b/shell/source/win32/shlxthandler/util/iso8601_converter.cxx index 7521aa57b0e6..c0415deb9e30 100644 --- a/shell/source/win32/shlxthandler/util/iso8601_converter.cxx +++ b/shell/source/win32/shlxthandler/util/iso8601_converter.cxx @@ -103,7 +103,7 @@ std::wstring iso8601_date_to_local_date(const std::wstring& isoDate ) conforming to the current locale Expect format PTnHnMnS according to - ISO 8601 where n is abitrary number + ISO 8601 where n is arbitrary number of digits */ |