diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2021-03-19 14:04:00 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2021-03-19 16:32:56 +0100 |
commit | 13ea8a2f245fd07056e9a86ed3860109950470ef (patch) | |
tree | d7a36ce04e64763719600cbebfc5409e5dac6e1c /include/cppuhelper/implbase.hxx | |
parent | 26d2356f64dc24b654f4afdb7d4b701d0a09e1e8 (diff) |
Fix typo in comment
Change-Id: I6b670bca6c6f374dec97a27134fc24b40cb45d9f
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/112741
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'include/cppuhelper/implbase.hxx')
-rw-r--r-- | include/cppuhelper/implbase.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/cppuhelper/implbase.hxx b/include/cppuhelper/implbase.hxx index 02bfb4ce7eef..95c2b0fc74f6 100644 --- a/include/cppuhelper/implbase.hxx +++ b/include/cppuhelper/implbase.hxx @@ -40,7 +40,7 @@ // is unlikely ever be a better choice than WeakImplHelper, so all their // existing uses are probably confused and should use WeakImplHelper instead. // -// Replacements for WeakAggImplHelperN and AggImplInheritanceHelper1 have +// Replacements for WeakAggImplHelperN and AggImplInheritanceHelperN have // deliberately been left out, as the underlying aggregation mechanism is known // broken in general and should not be used. |