summaryrefslogtreecommitdiff
path: root/include/comphelper/string.hxx
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2016-04-30 17:30:50 +0200
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2016-05-01 09:51:41 +0000
commit506c929a0a209acd8ba3b1e3e94f089f51d01c16 (patch)
treed9d706d1c4ebbbc7fb485997921f1f4bd4777e1a /include/comphelper/string.hxx
parentb0388ef109a70c51566153a1456c52276ac84906 (diff)
Fix typos
Change-Id: Ifb7c33d6052efe5ea8a1e0e10b3178073cd29ca0 Reviewed-on: https://gerrit.libreoffice.org/24536 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
Diffstat (limited to 'include/comphelper/string.hxx')
-rw-r--r--include/comphelper/string.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/comphelper/string.hxx b/include/comphelper/string.hxx
index eb72beda89eb..c0fee8fb558c 100644
--- a/include/comphelper/string.hxx
+++ b/include/comphelper/string.hxx
@@ -41,7 +41,7 @@ namespace comphelper { namespace string {
/** Compare an OUString to a single char
@param rIn The input OUString
- @param c The character to compare againsg
+ @param c The character to compare against
@return true if rIn has one char and its equal to c
*/