From f126984c7a5da693461856fb750bdeb64b2ec4c6 Mon Sep 17 00:00:00 2001 From: Sergey Prigogin Date: Wed, 15 Apr 2009 06:02:07 +0000 Subject: [PATCH] Fixed a typo. --- .../parser/org/eclipse/cdt/core/dom/ast/cpp/ICPPClassType.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/org.eclipse.cdt.core/parser/org/eclipse/cdt/core/dom/ast/cpp/ICPPClassType.java b/core/org.eclipse.cdt.core/parser/org/eclipse/cdt/core/dom/ast/cpp/ICPPClassType.java index 5fb7d1965a9..3d61ba60f0f 100644 --- a/core/org.eclipse.cdt.core/parser/org/eclipse/cdt/core/dom/ast/cpp/ICPPClassType.java +++ b/core/org.eclipse.cdt.core/parser/org/eclipse/cdt/core/dom/ast/cpp/ICPPClassType.java @@ -85,7 +85,7 @@ public interface ICPPClassType extends ICompositeType, ICPPBinding { public ICPPMethod[] getDeclaredMethods() throws DOMException; /** - * Returns an array of ICPPConstructor objects representing the contructors + * Returns an array of ICPPConstructor objects representing the constructors * for this class. This list includes both declared and implicit * constructors. *