summaryrefslogtreecommitdiff
path: root/include/ucbhelper
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2014-04-10 10:42:58 +0200
committerThomas Arnhold <thomas@arnhold.org>2014-04-14 12:32:38 +0200
commit01b0ca7d2a8deb82d8e2d0ed3e29ddda7667d4d6 (patch)
treed3a7f2ee6c7261cfedf9c52ee6c8512e5fefce9b /include/ucbhelper
parent471615653007947a44ee9c1b1e747849f7b73845 (diff)
typo: easyly -> easily
Diffstat (limited to 'include/ucbhelper')
-rw-r--r--include/ucbhelper/contenthelper.hxx2
-rw-r--r--include/ucbhelper/propertyvalueset.hxx2
-rw-r--r--include/ucbhelper/providerhelper.hxx2
3 files changed, 3 insertions, 3 deletions
diff --git a/include/ucbhelper/contenthelper.hxx b/include/ucbhelper/contenthelper.hxx
index a0d1b863b21a..466ce990f0c0 100644
--- a/include/ucbhelper/contenthelper.hxx
+++ b/include/ucbhelper/contenthelper.hxx
@@ -300,7 +300,7 @@ public:
*
* Note that the implementation of this ctor registers itself at its
* content provider. The provider implementation inserts the content
- * in a hash map. So it easyly can be found and reused when the provider
+ * in a hash map. So it easily can be found and reused when the provider
* is asked for a content.
*
* @param rxContext is a Service Manager.
diff --git a/include/ucbhelper/propertyvalueset.hxx b/include/ucbhelper/propertyvalueset.hxx
index 33dc3f99eb56..c55737379f47 100644
--- a/include/ucbhelper/propertyvalueset.hxx
+++ b/include/ucbhelper/propertyvalueset.hxx
@@ -49,7 +49,7 @@ class PropertyValues;
* This class implements the interface XRow. After construction of a valueset
* the user can append properties ( incl. its values ) to the set. This class
* is useful when implementing the command "getPropertyValues", because the
- * values to return can easyly appended to a valueset object. That object can
+ * values to return can easily appended to a valueset object. That object can
* directly be returned by the implementation of the command.
*/
class UCBHELPER_DLLPUBLIC PropertyValueSet :
diff --git a/include/ucbhelper/providerhelper.hxx b/include/ucbhelper/providerhelper.hxx
index 4e708f319435..a65b04c6cfb3 100644
--- a/include/ucbhelper/providerhelper.hxx
+++ b/include/ucbhelper/providerhelper.hxx
@@ -206,7 +206,7 @@ public:
/**
* This method returns a mutex, which protects the content list of the
- * provider. So you can prevent modifications of that list easyly.
+ * provider. So you can prevent modifications of that list easily.
*
* @return the mutex.
*/