summaryrefslogtreecommitdiff
path: root/include/ucbhelper/simpleinteractionrequest.hxx
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2014-04-09 12:59:02 +0200
committerThomas Arnhold <thomas@arnhold.org>2014-04-14 12:32:02 +0200
commit2805ac13dcf5ec0c7bbac949ff08a044a6805fd7 (patch)
tree07c93e952ef78e0da5eb8b365f01ecb7a7ab2227 /include/ucbhelper/simpleinteractionrequest.hxx
parentcc1352243e4c69c60851df901d2491fff91c2cb4 (diff)
typo: choosen -> chosen
Diffstat (limited to 'include/ucbhelper/simpleinteractionrequest.hxx')
-rw-r--r--include/ucbhelper/simpleinteractionrequest.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/ucbhelper/simpleinteractionrequest.hxx b/include/ucbhelper/simpleinteractionrequest.hxx
index de8842d8127b..f6806052c0bc 100644
--- a/include/ucbhelper/simpleinteractionrequest.hxx
+++ b/include/ucbhelper/simpleinteractionrequest.hxx
@@ -75,9 +75,9 @@ public:
/**
* After passing this request to XInteractionHandler::handle, this method
- * returns the continuation that was choosen by the interaction handler.
+ * returns the continuation that was chosen by the interaction handler.
*
- * @return the continuation choosen by an interaction handler or
+ * @return the continuation chosen by an interaction handler or
* CONTINUATION_UNKNOWN, if the request was not (yet) handled.
*/
sal_Int32 getResponse() const;