diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2017-03-02 12:25:27 +0100 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-03-03 06:56:42 +0000 |
commit | bcb402298f653146af672ecfca2381062d78c6f2 (patch) | |
tree | bb03e1bf54498aca8e52996c70482f207377cc4e /include/unotools | |
parent | 8b633f40514f9d33a22cf9b2e064d8ef3ef2c7f4 (diff) |
Fix typos
Change-Id: I5e3c9683741ddc66283008c20794be5c2b2bc53f
Reviewed-on: https://gerrit.libreoffice.org/34804
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/unotools')
-rw-r--r-- | include/unotools/confignode.hxx | 2 | ||||
-rw-r--r-- | include/unotools/localedatawrapper.hxx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/include/unotools/confignode.hxx b/include/unotools/confignode.hxx index 217203f4c3e9..d813af86a616 100644 --- a/include/unotools/confignode.hxx +++ b/include/unotools/confignode.hxx @@ -75,7 +75,7 @@ namespace utl /// move ctor OConfigurationNode(OConfigurationNode&& _rSource); - /// assigment + /// assignment OConfigurationNode& operator=(const OConfigurationNode& _rSource); OConfigurationNode& operator=(OConfigurationNode&& _rSource); diff --git a/include/unotools/localedatawrapper.hxx b/include/unotools/localedatawrapper.hxx index 0ea75efcd8d2..ccb549b2398b 100644 --- a/include/unotools/localedatawrapper.hxx +++ b/include/unotools/localedatawrapper.hxx @@ -326,7 +326,7 @@ public: A string similar to "de_DE requested\n en_US loaded" is appended. */ OUString appendLocaleInfo(const OUString& rDebugMsg) const; - /** Ouput a message during locale data checking. The (UTF-8) string is + /** Output a message during locale data checking. The (UTF-8) string is written to stderr and in a non-product build or if DBG_UTIL is enabled also raised as an assertion message box. */ static void outputCheckMessage( const OUString& rMsg ); |