summaryrefslogtreecommitdiffstats
path: root/include/comphelper
diff options
context:
space:
mode:
authorTakeshi Abe <tabe@fixedpoint.jp>2017-01-24 12:56:13 +0900
committerTakeshi Abe <tabe@fixedpoint.jp>2017-01-25 06:05:54 +0000
commit6d898945d57b53b862c41a3adbd0d4eddd8dfbcd (patch)
treef25cdb30411048df0b5dac05bb80dea50898c703 /include/comphelper
parentuse tools::SvRef in ScSpellDialogChildWindow (diff)
downloadcore-6d898945d57b53b862c41a3adbd0d4eddd8dfbcd.tar.gz
core-6d898945d57b53b862c41a3adbd0d4eddd8dfbcd.zip
Fix typo in comments: relativ -> relative
Change-Id: I58833e503e93b8057f92710c5828bba6cecd4e09 Reviewed-on: https://gerrit.libreoffice.org/33488 Reviewed-by: Takeshi Abe <tabe@fixedpoint.jp> Tested-by: Takeshi Abe <tabe@fixedpoint.jp>
Diffstat (limited to 'include/comphelper')
-rw-r--r--include/comphelper/configurationhelper.hxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/include/comphelper/configurationhelper.hxx b/include/comphelper/configurationhelper.hxx
index 4a9243a24204..916ee016c151 100644
--- a/include/comphelper/configurationhelper.hxx
+++ b/include/comphelper/configurationhelper.hxx
@@ -101,11 +101,11 @@ public:
*
* This method must be used in combination with openConfig().
* The cached configuration access must be provided here ... and
- * all operations are made relativ to this access point.
+ * all operations are made relative to this access point.
*
* @param xCFG
* the configuration root, where sRelPath should be interpreted.
- * as relativ path
+ * as relative path
*
* @param sRelPath
* path relative to xCFG parameter.
@@ -130,11 +130,11 @@ public:
*
* This method must be used in combination with openConfig().
* The cached configuration access must be provided here ... and
- * all operations are made relativ to this access point.
+ * all operations are made relative to this access point.
*
* @param xCFG
* the configuration root, where sRelPath should be interpreted.
- * as relativ path
+ * as relative path
*
* @param sRelPath
* path relative to xCFG parameter.
@@ -161,14 +161,14 @@ public:
*
* This method must be used in combination with openConfig().
* The cached configuration access must be provided here ... and
- * all operations are made relativ to this access point.
+ * all operations are made relative to this access point.
*
* Further this method must be used only with configuration set's.
* Atomic keys can't be "created" ... they "exists every time".
*
* @param xCFG
* the configuration root, where sRelPathToSet should be interpreted
- * as relativ path.
+ * as relative path.
*
* @param sRelPathToSet
* path relative to xCFG parameter.