diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2016-10-01 13:08:29 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2016-10-03 11:21:52 +0000 |
commit | f0249a88fc502df142d36f2f67c976618b7ba6b6 (patch) | |
tree | fe9433455da9763f82484cf86c0d1d1f95d84acc /fpicker/source | |
parent | 8f62ca8e2f33a63b62dd7c39b8e002b03d6c4d95 (diff) |
Fix typos
Change-Id: I6730c6c5eab9157533822e5045e9f86109062580
Reviewed-on: https://gerrit.libreoffice.org/29433
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'fpicker/source')
-rw-r--r-- | fpicker/source/win32/filepicker/asyncrequests.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fpicker/source/win32/filepicker/asyncrequests.hxx b/fpicker/source/win32/filepicker/asyncrequests.hxx index efca5519cbcb..2d4a3cf33d43 100644 --- a/fpicker/source/win32/filepicker/asyncrequests.hxx +++ b/fpicker/source/win32/filepicker/asyncrequests.hxx @@ -153,7 +153,7 @@ class AsyncRequests : private ::cppu::BaseMutex void triggerJobExecution(); - /** does nothing special / excepting to make sure our class wont be inline .-) + /** does nothing special / excepting to make sure our class won't be inline .-) */ virtual ~AsyncRequests(); |