From 1f33df1de46b848d8ad54a2b44c75118f468222b Mon Sep 17 00:00:00 2001 From: Sergey Prigogin Date: Mon, 16 May 2011 23:16:51 +0000 Subject: [PATCH] Fixed a typo. --- .../model/org/eclipse/cdt/core/model/ICContainer.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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