diff --git a/core/org.eclipse.cdt.core/model/org/eclipse/cdt/core/model/ICContainer.java b/core/org.eclipse.cdt.core/model/org/eclipse/cdt/core/model/ICContainer.java index 371d3e413cd..bd6709351ef 100644 --- a/core/org.eclipse.cdt.core/model/org/eclipse/cdt/core/model/ICContainer.java +++ b/core/org.eclipse.cdt.core/model/org/eclipse/cdt/core/model/ICContainer.java @@ -42,7 +42,7 @@ public interface ICContainer extends ICElement, IParent, IOpenable { ITranslationUnit[] getTranslationUnits() throws CModelException; /** - * Returns the tranlation unit with the specified name + * Returns the translation unit with the specified name * in this container (for example, "foobar.c"). * The name has to be a valid translation unit name. * This is a handle-only operation. The celement