diff options
Diffstat (limited to 'cppuhelper/inc')
-rw-r--r-- | cppuhelper/inc/cppuhelper/propshlp.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cppuhelper/inc/cppuhelper/propshlp.hxx b/cppuhelper/inc/cppuhelper/propshlp.hxx index 66bbc761fa19..42aff103d053 100644 --- a/cppuhelper/inc/cppuhelper/propshlp.hxx +++ b/cppuhelper/inc/cppuhelper/propshlp.hxx @@ -66,7 +66,7 @@ public: {} /** - Folowing the rule, the first virtual method impies the virtual destructor. + Following the rule, the first virtual method implies a virtual destructor. */ virtual ~IPropertyArrayHelper(); |