summaryrefslogtreecommitdiff
path: root/svtools/source/contnr/fileview.cxx
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-08-10 22:41:25 +0200
committerJulien Nabet <serval2412@yahoo.fr>2019-08-12 10:47:16 +0200
commit3a5edbe5692cbddc8e6e25c73a7cacf7f7142bfb (patch)
tree7696b167d80cfa60de77191b5bf7bcd7f663486a /svtools/source/contnr/fileview.cxx
parentfdad46f310569cb57fb618345647167b6fdda198 (diff)
Fix typos
Change-Id: I837907cc584b048f7c8f902a857cf0c473d649a5 Reviewed-on: https://gerrit.libreoffice.org/77252 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'svtools/source/contnr/fileview.cxx')
-rw-r--r--svtools/source/contnr/fileview.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svtools/source/contnr/fileview.cxx b/svtools/source/contnr/fileview.cxx
index 9f7b6c14b6bd..37290b734750 100644
--- a/svtools/source/contnr/fileview.cxx
+++ b/svtools/source/contnr/fileview.cxx
@@ -1400,7 +1400,7 @@ FileViewResult SvtFileView_Impl::GetFolderContent_Impl(
// string resources (and our resource system relies on the SolarMutex :()
SolarMutexReleaser aSolarRelease;
- // now wait. Note that if we didn't get an pAsyncDescriptor, then this is an infinite wait.
+ // now wait. Note that if we didn't get a pAsyncDescriptor, then this is an infinite wait.
eResult = m_aAsyncActionFinished.wait( pTimeout.get() );
}