summaryrefslogtreecommitdiffstats
path: root/include/vcl/svapp.hxx
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2016-01-09 22:55:28 +0100
committerAshod Nakashian <ashnakash@gmail.com>2016-01-10 14:17:20 +0000
commit64d624b65124ac02d8ee59b135593fd9d8eb9067 (patch)
tree772fc0f308549b9416fbcb06bce2bf0e0f5809cc /include/vcl/svapp.hxx
parenttdf#95505 Dump usage stats to text file (diff)
downloadcore-64d624b65124ac02d8ee59b135593fd9d8eb9067.tar.gz
core-64d624b65124ac02d8ee59b135593fd9d8eb9067.zip
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/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.