diff options
Diffstat (limited to 'fpicker')
-rw-r--r-- | fpicker/source/office/iodlg.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fpicker/source/office/iodlg.cxx b/fpicker/source/office/iodlg.cxx index fc0eb2e1aff8..f5f9660382d1 100644 --- a/fpicker/source/office/iodlg.cxx +++ b/fpicker/source/office/iodlg.cxx @@ -2509,7 +2509,7 @@ void SvtFileDialog::AddControls_Impl( ) pImpl->_pLbTemplates->Show(); // This is strange. During the re-factoring during 96930, I discovered that this help id // is set in the "Templates mode". This was hidden in the previous implementation. - // Shouldn't this be a more meaningfull help id. + // Shouldn't this be a more meaningful help id. } else if ( _nPickerFlags & PickerFlags::ImageTemplate ) { |