diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2016-01-09 22:55:28 +0100 |
---|---|---|
committer | Ashod Nakashian <ashnakash@gmail.com> | 2016-01-10 14:17:20 +0000 |
commit | 64d624b65124ac02d8ee59b135593fd9d8eb9067 (patch) | |
tree | 772fc0f308549b9416fbcb06bce2bf0e0f5809cc /include/ucbhelper | |
parent | d61c16966b017abdbebf5ec0c2131de5a91c67f8 (diff) |
Fix typos
Change-Id: I9a5940027423ff0791fa7da0b79b617412ce6b86
Reviewed-on: https://gerrit.libreoffice.org/21209
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Ashod Nakashian <ashnakash@gmail.com>
Diffstat (limited to 'include/ucbhelper')
-rw-r--r-- | include/ucbhelper/commandenvironment.hxx | 2 | ||||
-rw-r--r-- | include/ucbhelper/providerhelper.hxx | 2 | ||||
-rw-r--r-- | include/ucbhelper/simpleinteractionrequest.hxx | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/include/ucbhelper/commandenvironment.hxx b/include/ucbhelper/commandenvironment.hxx index 5bd8ee6451bb..26a7006c0d7d 100644 --- a/include/ucbhelper/commandenvironment.hxx +++ b/include/ucbhelper/commandenvironment.hxx @@ -31,7 +31,7 @@ struct CommandEnvironment_Impl; /** * This class implements the interface - * css::ucb::XCommandEnvironement. Instances of this class can + * css::ucb::XCommandEnvironment. Instances of this class can * be used to supply environments to commands executed by UCB contents. */ class UCBHELPER_DLLPUBLIC CommandEnvironment : diff --git a/include/ucbhelper/providerhelper.hxx b/include/ucbhelper/providerhelper.hxx index 0941e085f530..385338b14197 100644 --- a/include/ucbhelper/providerhelper.hxx +++ b/include/ucbhelper/providerhelper.hxx @@ -130,7 +130,7 @@ protected: public: - // Contsruction/Destruction + // Construction/Destruction ContentProviderImplHelper( diff --git a/include/ucbhelper/simpleinteractionrequest.hxx b/include/ucbhelper/simpleinteractionrequest.hxx index ea08902d3be7..9ffa8475275e 100644 --- a/include/ucbhelper/simpleinteractionrequest.hxx +++ b/include/ucbhelper/simpleinteractionrequest.hxx @@ -50,7 +50,7 @@ static const sal_Int32 CONTINUATION_DISAPPROVE = 8; * with XInteractionContinuations directly, but can use constants that are * mapped internally to the according objects. This class encapsulates the * standard Interaction Continuations "Abort", "Retry", "Approve" and - * "Disaprrove". Instances can be passed directly to + * "Disapprove". Instances can be passed directly to * XInteractionHandler::handle(...). * * @see InteractionRequest |