diff options
Diffstat (limited to 'include/comphelper/serviceinfohelper.hxx')
-rw-r--r-- | include/comphelper/serviceinfohelper.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/comphelper/serviceinfohelper.hxx b/include/comphelper/serviceinfohelper.hxx index 09ae3f2c764c..e5ee70866aec 100644 --- a/include/comphelper/serviceinfohelper.hxx +++ b/include/comphelper/serviceinfohelper.hxx @@ -27,7 +27,7 @@ namespace comphelper { /** this class provides a basic helper for classes supporting the XServiceInfo Interface. * - * you can overload the <code>getSupprotedServiceNames</code> to implement a XServiceInfo. + * you can override the <code>getSupprotedServiceNames</code> to implement a XServiceInfo. * you can use the static helper methods to combine your services with that of parent * or aggregatet classes. */ |