summaryrefslogtreecommitdiffstats
path: root/include/cppuhelper/implbase.hxx
diff options
context:
space:
mode:
authorTakeshi Abe <tabe@fixedpoint.jp>2015-11-13 17:39:46 +0900
committerTakeshi Abe <tabe@fixedpoint.jp>2015-11-13 18:02:28 +0900
commit5f8aaeae51b46c59090227d60f39f98ebf0ef767 (patch)
treeea0026dd12fe5d02a9acdbdeed2f09c7589f2d89 /include/cppuhelper/implbase.hxx
parentDejaVu fonts version 2.35 (diff)
downloadcore-5f8aaeae51b46c59090227d60f39f98ebf0ef767.tar.gz
core-5f8aaeae51b46c59090227d60f39f98ebf0ef767.zip
Fix typo
Change-Id: I691e655196d271661fe3ae9aa64c6c61c02d8855
Diffstat (limited to 'include/cppuhelper/implbase.hxx')
-rw-r--r--include/cppuhelper/implbase.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/cppuhelper/implbase.hxx b/include/cppuhelper/implbase.hxx
index abf00f3512f0..40a120545597 100644
--- a/include/cppuhelper/implbase.hxx
+++ b/include/cppuhelper/implbase.hxx
@@ -39,7 +39,7 @@
#if defined LIBO_INTERNAL_ONLY
// A replacement for ImplHelperN has deliberately been left out, as ImplHelperN
-// is unlikely ever be a better choice htan WeakImplHelper, so all their
+// 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