Kaydet (Commit) 01b0ca7d authored tarafından Thomas Arnhold's avatar Thomas Arnhold

typo: easyly -> easily

üst 47161565
...@@ -300,7 +300,7 @@ public: ...@@ -300,7 +300,7 @@ public:
* *
* Note that the implementation of this ctor registers itself at its * Note that the implementation of this ctor registers itself at its
* content provider. The provider implementation inserts the content * 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. * is asked for a content.
* *
* @param rxContext is a Service Manager. * @param rxContext is a Service Manager.
......
...@@ -49,7 +49,7 @@ class PropertyValues; ...@@ -49,7 +49,7 @@ class PropertyValues;
* This class implements the interface XRow. After construction of a valueset * This class implements the interface XRow. After construction of a valueset
* the user can append properties ( incl. its values ) to the set. This class * the user can append properties ( incl. its values ) to the set. This class
* is useful when implementing the command "getPropertyValues", because the * 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. * directly be returned by the implementation of the command.
*/ */
class UCBHELPER_DLLPUBLIC PropertyValueSet : class UCBHELPER_DLLPUBLIC PropertyValueSet :
......
...@@ -206,7 +206,7 @@ public: ...@@ -206,7 +206,7 @@ public:
/** /**
* This method returns a mutex, which protects the content list of the * 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. * @return the mutex.
*/ */
......
...@@ -176,7 +176,7 @@ private: ...@@ -176,7 +176,7 @@ private:
/** This method sets the mbUpdateBeingProcessed member that is used to /** This method sets the mbUpdateBeingProcessed member that is used to
prevent reentrance problems. This method allows function objects prevent reentrance problems. This method allows function objects
easyly and safely to modify the variable. easily and safely to modify the variable.
*/ */
void SetUpdateBeingProcessed (bool bValue); void SetUpdateBeingProcessed (bool bValue);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment