summaryrefslogtreecommitdiff
path: root/unotools
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2013-04-15 05:34:02 +0200
committerThomas Arnhold <thomas@arnhold.org>2013-04-15 05:34:02 +0200
commit70e4329d0479305f16158a63878f335ee9232a5e (patch)
treede3e471ad7764d08daf0fdd1df88f3b184de12d6 /unotools
parentc32b6be06bf5453d82d9aad64aed5f384c9d1d1f (diff)
fdo#60724 successfull -> successful
Change-Id: I287bef5b7f2baf5aaaab47141267ae2cadfe2451
Diffstat (limited to 'unotools')
-rw-r--r--unotools/inc/unotools/confignode.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/unotools/inc/unotools/confignode.hxx b/unotools/inc/unotools/confignode.hxx
index 011229845215..4e663dd25bbb 100644
--- a/unotools/inc/unotools/confignode.hxx
+++ b/unotools/inc/unotools/confignode.hxx
@@ -150,7 +150,7 @@ namespace utl
The value given is written into the node specified by the given relative path.<br/>
In opposite to <method>getNodeValue</method>, _rName must refer to a leaf in the configuration tree, not an inner
node.
- @return sal_True if and only if the write was successfull.
+ @return sal_True if and only if the write was successful.
*/
sal_Bool setNodeValue(const OUString& _rPath, const ::com::sun::star::uno::Any& _rValue) const throw();
@@ -308,7 +308,7 @@ namespace utl
/** commit all changes made on the subtree the object is the root for<p/>
All changes made on any <type>OConfigurationNode</type> object retrieved (maybe indirect) from this root
object are committed when calling this method.
- @return sal_True if and only if the commit was successfull
+ @return sal_True if and only if the commit was successful
*/
sal_Bool commit() const throw();