diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2018-01-29 14:00:48 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2018-01-29 15:33:05 +0100 |
commit | 9ec6f974a32f7bac1393d8d36305b9d4c082f4f8 (patch) | |
tree | 2a78a4c979c58ce82157f6ad6ff5057ec9efbc5a /include/ucbhelper | |
parent | c6ed4635e845044345bf27806d01dffc8f77d8cc (diff) |
Fix typos
Change-Id: I4f15a41b7a67abe9f2c45b6004948decd58a8360
Reviewed-on: https://gerrit.libreoffice.org/48832
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'include/ucbhelper')
-rw-r--r-- | include/ucbhelper/simpleauthenticationrequest.hxx | 2 | ||||
-rw-r--r-- | include/ucbhelper/simplecertificatevalidationrequest.hxx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/include/ucbhelper/simpleauthenticationrequest.hxx b/include/ucbhelper/simpleauthenticationrequest.hxx index b6b2f870f6a6..59d22b3da440 100644 --- a/include/ucbhelper/simpleauthenticationrequest.hxx +++ b/include/ucbhelper/simpleauthenticationrequest.hxx @@ -36,7 +36,7 @@ namespace ucbhelper { * instance contains an AuthenticationRequest and three interaction * continuations: "Abort", "Retry" and "SupplyAuthentication". The parameters * for the AuthenticationRequest and the InteractionSupplyAuthentication - * objects are partly taken from contructors parameters and partly defaulted + * objects are partly taken from constructors parameters and partly defaulted * as follows: * * Read-only values : servername, realm diff --git a/include/ucbhelper/simplecertificatevalidationrequest.hxx b/include/ucbhelper/simplecertificatevalidationrequest.hxx index e59f9da8aec2..d1d2d4573e82 100644 --- a/include/ucbhelper/simplecertificatevalidationrequest.hxx +++ b/include/ucbhelper/simplecertificatevalidationrequest.hxx @@ -33,7 +33,7 @@ namespace ucbhelper { * Instances can be passed directly to XInteractionHandler::handle(...). Each * instance contains an CertificateValidationRequest and two interaction * continuations: "Abort" and "Approved". The parameters - * for the CertificateValidationRequest object are partly taken from contructors parameters and partly defaulted + * for the CertificateValidationRequest object are partly taken from constructors parameters and partly defaulted * as follows: * * Read-write values: certificateValidity, certificate |