summaryrefslogtreecommitdiff
path: root/include/comphelper/base64.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/comphelper/base64.hxx')
-rw-r--r--include/comphelper/base64.hxx2
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);