summaryrefslogtreecommitdiff
path: root/include/ucbhelper/simpleinteractionrequest.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/ucbhelper/simpleinteractionrequest.hxx')
-rw-r--r--include/ucbhelper/simpleinteractionrequest.hxx2
1 files changed, 1 insertions, 1 deletions
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