diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-07-15 16:11:25 +0000 |
---|---|---|
committer | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-08-10 07:39:52 +0200 |
commit | a179305c35125f2a3a5388c753fd5419150f52b3 (patch) | |
tree | 6ff0a36bc533b556bcd428976a44e58c4c9f7eab /fpicker | |
parent | 3feaff84fafc23c26ff9c6a716709f17a6c8330b (diff) |
Fix typos
Information is always singular
Change-Id: I55275d7c2fd76c3ec0ae4a98aa952777feb90460
Reviewed-on: https://gerrit.libreoffice.org/75645
Tested-by: Jenkins
Reviewed-by: Andrea Gelmini <andrea.gelmini@gelma.net>
Diffstat (limited to 'fpicker')
-rw-r--r-- | fpicker/source/win32/VistaFilePickerEventHandler.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fpicker/source/win32/VistaFilePickerEventHandler.hxx b/fpicker/source/win32/VistaFilePickerEventHandler.hxx index ea990ac7758a..5cdb1bcc85b9 100644 --- a/fpicker/source/win32/VistaFilePickerEventHandler.hxx +++ b/fpicker/source/win32/VistaFilePickerEventHandler.hxx @@ -121,7 +121,7 @@ class VistaFilePickerEventHandler : public ::cppu::BaseMutex /** start listening for file picker events on the given file open dialog COM object. * * The broadcaster will be cached internally so deregistration will be easy. - * Further all needed information are capsulated within this class (e.g. the listener handler). + * Further all needed information is capsulated within this class (e.g. the listener handler). * Nobody outside must know such information. * * Nothing will happen if an inconsistent state will be detected |