From 4b552f7499d3343cf40c9927134ac63cae9f380d Mon Sep 17 00:00:00 2001 From: David Inglis Date: Wed, 12 May 2004 18:26:13 +0000 Subject: [PATCH] fixed typo --- .../eclipse/cdt/internal/core/CCorePluginResources.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/org.eclipse.cdt.core/src/org/eclipse/cdt/internal/core/CCorePluginResources.properties b/core/org.eclipse.cdt.core/src/org/eclipse/cdt/internal/core/CCorePluginResources.properties index 67de0b6660f..84b8b89e92c 100644 --- a/core/org.eclipse.cdt.core/src/org/eclipse/cdt/internal/core/CCorePluginResources.properties +++ b/core/org.eclipse.cdt.core/src/org/eclipse/cdt/internal/core/CCorePluginResources.properties @@ -27,8 +27,8 @@ CDescriptorManager.internal_owner=No CDT Project owner CDescriptorManager.async_updater=CDT Project async save CDescriptorManager.owner_not_Installed=CDT Project owner not installed -CDescriptor.exception.projectAlreadyExists=CDTProject already exisits -CDescriptor.exception.unmatchedOwnerId=CDTProject already exisits but does not match owner ID of creator +CDescriptor.exception.projectAlreadyExists=CDTProject already exists +CDescriptor.exception.unmatchedOwnerId=CDTProject already exists but does not match owner ID CDescriptor.exception.fileNotFound=CDTProject file not found CDescriptor.exception.missingOwnerId=Missing owner id CDescriptor.exception.missingElement=Missing cdtproject element