summaryrefslogtreecommitdiff
path: root/include/ucbhelper
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2015-09-30 13:01:56 +0200
committerSamuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>2015-09-30 11:03:34 +0000
commit638b6d7e0b8740d53c88dcde0c2b743a2184ccfa (patch)
treec5508636a6760548ff239dfd515ea563e55bcf0c /include/ucbhelper
parent9956b99e68c45a82015766873b4b7f581462bef2 (diff)
Fix typos
Change-Id: I8e9c6c72c89411d8de04e5edd9317cd54f7c472a Reviewed-on: https://gerrit.libreoffice.org/18958 Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Diffstat (limited to 'include/ucbhelper')
-rw-r--r--include/ucbhelper/contenthelper.hxx2
-rw-r--r--include/ucbhelper/simpleauthenticationrequest.hxx2
-rw-r--r--include/ucbhelper/simplecertificatevalidationrequest.hxx2
3 files changed, 3 insertions, 3 deletions
diff --git a/include/ucbhelper/contenthelper.hxx b/include/ucbhelper/contenthelper.hxx
index b9abf9248e37..abba7337a1c3 100644
--- a/include/ucbhelper/contenthelper.hxx
+++ b/include/ucbhelper/contenthelper.hxx
@@ -235,7 +235,7 @@ protected:
* of this method will replace the content identifier of the content and
* propagate the appropriate ContentEvent( EXCHANGED ).
*
- * @param rNewId is the new content identifier for the contant.
+ * @param rNewId is the new content identifier for the content.
* @return a success indicator.
*/
bool exchange( const com::sun::star::uno::Reference<
diff --git a/include/ucbhelper/simpleauthenticationrequest.hxx b/include/ucbhelper/simpleauthenticationrequest.hxx
index 36266a192410..1018c4bf132b 100644
--- a/include/ucbhelper/simpleauthenticationrequest.hxx
+++ b/include/ucbhelper/simpleauthenticationrequest.hxx
@@ -87,7 +87,7 @@ public:
* a previous try).
* @param rAccount contains an account, if applicable.
* @param bAllowPersistentStoring specifies if the credentials should
- * be stored in the passowrd container persistently
+ * be stored in the password container persistently
* @param bAllowUseSystemCredentials specifies if requesting client is
* able to obtain and use system credentials for authentication
*/
diff --git a/include/ucbhelper/simplecertificatevalidationrequest.hxx b/include/ucbhelper/simplecertificatevalidationrequest.hxx
index f52d627c837a..3117826e6191 100644
--- a/include/ucbhelper/simplecertificatevalidationrequest.hxx
+++ b/include/ucbhelper/simplecertificatevalidationrequest.hxx
@@ -49,7 +49,7 @@ public:
* Constructor.
*
* @param lCertificateValidity contains a bitmask which validation error occur.
- * @param pCertificate contaisn the server certificate.
+ * @param pCertificate contains the server certificate.
*/
SimpleCertificateValidationRequest( const sal_Int32 & lCertificateValidity,
const com::sun::star::uno::Reference<com::sun::star::security::XCertificate>& certificate,