diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2015-09-29 17:42:11 +0200 |
---|---|---|
committer | Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> | 2015-09-30 05:53:57 +0000 |
commit | 9e4c87be31732ed076a059128d2e20451697d225 (patch) | |
tree | bfab650dd6d21ac6bbcf0e592ec6bc2e7655acbe /accessibility | |
parent | ef1bafb588eb20a5d35df14e79a1a948885c721a (diff) |
Fix typos
Change-Id: Ie0e941d48457d758525353d6c5cf858652f86fd3
Reviewed-on: https://gerrit.libreoffice.org/18938
Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Diffstat (limited to 'accessibility')
-rw-r--r-- | accessibility/inc/accessibility/standard/vclxaccessiblebox.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/accessibility/inc/accessibility/standard/vclxaccessiblebox.hxx b/accessibility/inc/accessibility/standard/vclxaccessiblebox.hxx index 26fd8c69f1b9..9c06af7a6a82 100644 --- a/accessibility/inc/accessibility/standard/vclxaccessiblebox.hxx +++ b/accessibility/inc/accessibility/standard/vclxaccessiblebox.hxx @@ -37,7 +37,7 @@ typedef ::cppu::ImplHelper3< /** Base class for list- and combo boxes. This class manages the box' children. The classed derived from this one have only to implement the - <member>IsValid</member> method and return the corrent implementation name. + <member>IsValid</member> method and return the correct implementation name. */ class VCLXAccessibleBox : public VCLXAccessibleComponent, |