[Libreoffice-commits] core.git: include/cppuhelper
Takeshi Abe
tabe at fixedpoint.jp
Fri Nov 13 01:03:40 PST 2015
include/cppuhelper/implbase.hxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 5f8aaeae51b46c59090227d60f39f98ebf0ef767
Author: Takeshi Abe <tabe at fixedpoint.jp>
Date: Fri Nov 13 17:39:46 2015 +0900
Fix typo
Change-Id: I691e655196d271661fe3ae9aa64c6c61c02d8855
diff --git a/include/cppuhelper/implbase.hxx b/include/cppuhelper/implbase.hxx
index abf00f3..40a1205 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
More information about the Libreoffice-commits
mailing list