diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2018-03-05 21:20:27 +0100 |
---|---|---|
committer | Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> | 2018-03-06 09:42:04 +0100 |
commit | 240e67e37e1aaf459315e31a298bfb434fc1da8c (patch) | |
tree | 152d1e24fda813f407dfe9b90e90ce99e598d320 /include | |
parent | 3e38b81a65ced47595e9760bdc622d9434b72cc0 (diff) |
Fix typos
Change-Id: I005023337dbe593e0ac1d76f7b10848d24f314a5
Reviewed-on: https://gerrit.libreoffice.org/50785
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Diffstat (limited to 'include')
-rw-r--r-- | include/comphelper/base64.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/comphelper/base64.hxx b/include/comphelper/base64.hxx index 302b0ab51d09..3452094e72d7 100644 --- a/include/comphelper/base64.hxx +++ b/include/comphelper/base64.hxx @@ -38,7 +38,7 @@ public: // Decode a base 64 encoded string into a sequence of bytes. The first // version can be used for attribute values only, because it does not // return any chars left from conversion. - // For text submitted throgh the SAX characters call, the later method + // For text submitted through the SAX characters call, the later method // must be used! static void decode(css::uno::Sequence<sal_Int8>& aPass, const OUString& sBuffer); |