From a0578a62c3bd0cb3789ccbf2412b2dac3f35ced1 Mon Sep 17 00:00:00 2001 From: David Inglis Date: Thu, 29 Apr 2004 21:04:28 +0000 Subject: [PATCH] fixed typeo --- .../org/eclipse/cdt/internal/core/model/PathEntryManager.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/org.eclipse.cdt.core/model/org/eclipse/cdt/internal/core/model/PathEntryManager.java b/core/org.eclipse.cdt.core/model/org/eclipse/cdt/internal/core/model/PathEntryManager.java index ab67e205a0e..5ec1e82b88a 100644 --- a/core/org.eclipse.cdt.core/model/org/eclipse/cdt/internal/core/model/PathEntryManager.java +++ b/core/org.eclipse.cdt.core/model/org/eclipse/cdt/internal/core/model/PathEntryManager.java @@ -55,7 +55,7 @@ import org.eclipse.core.runtime.Plugin; */ public class PathEntryManager implements IPathEntryStoreListener, IElementChangedListener { - static String CONTAINER_INITIALIZER_EXTPOINT_ID = "pathEntryContainerInitializer"; //$NON-NLS-1$ + static String CONTAINER_INITIALIZER_EXTPOINT_ID = "PathEntryContainerInitializer"; //$NON-NLS-1$ /** * An empty array of strings indicating that a project doesn't have any prerequesite projects. */