summaryrefslogtreecommitdiff
path: root/include/comphelper/configurationhelper.hxx
diff options
context:
space:
mode:
authorTakeshi Abe <tabe@fixedpoint.jp>2014-08-01 16:56:25 +0900
committerTakeshi Abe <tabe@fixedpoint.jp>2014-08-01 23:40:12 +0900
commit9bac4d413e960e354a3cf81e3de9b1cb483d02ad (patch)
treeb6555611ec9102dd5e2cf5917b0fb2c00ea5ed9f /include/comphelper/configurationhelper.hxx
parentca1897ede3faaf71d263ab2efaf975c74c46f8b5 (diff)
typo: more then -> more than
Change-Id: I2e477d66f25bde7256938ccb1f95ab26add24922
Diffstat (limited to 'include/comphelper/configurationhelper.hxx')
-rw-r--r--include/comphelper/configurationhelper.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/comphelper/configurationhelper.hxx b/include/comphelper/configurationhelper.hxx
index 9cd56e77a8f5..c1be8114df7a 100644
--- a/include/comphelper/configurationhelper.hxx
+++ b/include/comphelper/configurationhelper.hxx
@@ -64,7 +64,7 @@ class COMPHELPER_DLLPUBLIC ConfigurationHelper
/** returns access to the specified configuration package.
*
- * This method should be used, if e.g. more then one request to the same
+ * This method should be used, if e.g. more than one request to the same
* configuration package is needed. The configuration access can be cached
* outside and used inbetween.
*