diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2017-11-14 10:36:53 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2017-11-14 10:42:08 +0100 |
commit | 6b56336e2378c150a34bd8de4ed7521493d8a8ff (patch) | |
tree | 5329083ddef29b178ae4a505061ce97bb321fa00 /svtools | |
parent | 348d8af8a7f8073eb50d364696bf6a311080c8c1 (diff) |
Fix typos
Change-Id: I53b47cab5cbc603bf11adcda8ac2a8373eef26a8
Reviewed-on: https://gerrit.libreoffice.org/44695
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'svtools')
-rw-r--r-- | svtools/source/contnr/fileview.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svtools/source/contnr/fileview.cxx b/svtools/source/contnr/fileview.cxx index 24853fa6f268..7d6eeecd440e 100644 --- a/svtools/source/contnr/fileview.cxx +++ b/svtools/source/contnr/fileview.cxx @@ -1542,7 +1542,7 @@ FileViewResult SvtFileView_Impl::GetFolderContent_Impl( m_aAsyncActionFinished.reset(); // don't (yet) set m_aCurrentAsyncActionHandler to pTimeout->aFinishHandler. - // By definition, this handler *only* get's called when the result cannot be obtained + // By definition, this handler *only* gets called when the result cannot be obtained // during the minimum wait time, so it is only set below, when needed. m_aCurrentAsyncActionHandler = Link<void*,void>(); |