summaryrefslogtreecommitdiffstats
path: root/include/vcl/svapp.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/vcl/svapp.hxx')
-rw-r--r--include/vcl/svapp.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/vcl/svapp.hxx b/include/vcl/svapp.hxx
index 1416abced3bb..5e4db812ab65 100644
--- a/include/vcl/svapp.hxx
+++ b/include/vcl/svapp.hxx
@@ -159,7 +159,7 @@ public:
aData.push_back(data);
}
- /** Constructor for ApplicationEvnet, accepts an array of strings for
+ /** Constructor for ApplicationEvent, accepts an array of strings for
the data associated with the event.
@attention TYPE_OPEN and TYPE_PRINT can apply to multiple documents,
@@ -780,7 +780,7 @@ public:
/** Post a user event to the default window.
- User events allow for the deferral of work to later in the main-loop - at idle.
+ User events allow for the deferreal of work to later in the main-loop - at idle.
@param rLink Link to event callback function
@param pCaller Pointer to data sent to the event by the caller. Optional.