diff options
author | Elton Chung <elton@layerjet.com> | 2012-02-11 12:37:03 +0800 |
---|---|---|
committer | Michael Meeks <michael.meeks@suse.com> | 2012-02-13 15:27:24 +0000 |
commit | 806bec7107c426d0d05ceabd82da159e75d7f5ed (patch) | |
tree | a0cd24e6d3629f5b4f33efbafd5f3b674aefb5a7 /fpicker/source | |
parent | 4001370ba5900dd0a0ec04c62f5aeb347bde025a (diff) |
Fix typos in comments
Diffstat (limited to 'fpicker/source')
-rw-r--r-- | fpicker/source/win32/filepicker/VistaFilePickerImpl.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fpicker/source/win32/filepicker/VistaFilePickerImpl.hxx b/fpicker/source/win32/filepicker/VistaFilePickerImpl.hxx index 78e7ecdf6c8b..174881a509f5 100644 --- a/fpicker/source/win32/filepicker/VistaFilePickerImpl.hxx +++ b/fpicker/source/win32/filepicker/VistaFilePickerImpl.hxx @@ -269,9 +269,9 @@ class VistaFilePickerImpl : private ::cppu::BaseMutex void impl_sta_EnableControl(const RequestRef& rRequest); //--------------------------------------------------------------------- - /** create all needed (optional!) UI controls adressed by the field nFeatures. + /** create all needed (optional!) UI controls addressed by the field nFeatures. * The given number nFeatures is used as a flag field. Use const values FEATURE_XXX - * to adress it. + * to address it. * * Internal new controls will be added to the dialog. Every control can be accessed * by it's own control id. Those control ID must be one of the const set |