diff options
Diffstat (limited to 'fpicker')
-rw-r--r-- | fpicker/source/win32/VistaFilePickerImpl.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fpicker/source/win32/VistaFilePickerImpl.cxx b/fpicker/source/win32/VistaFilePickerImpl.cxx index a2cc6d01468b..a4b5a88c5d48 100644 --- a/fpicker/source/win32/VistaFilePickerImpl.cxx +++ b/fpicker/source/win32/VistaFilePickerImpl.cxx @@ -763,7 +763,7 @@ void VistaFilePickerImpl::impl_sta_SetDirectory(const RequestRef& rRequest) // Vista stores last used folders for file dialogs // so we don't want the application to change the folder // in most cases. - // Store the requested folder in the mean time and decide later + // Store the requested folder in the meantime and decide later // what to do m_sDirectory = sDirectory; } |