Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeo Treggiari2007-06-19 16:40:28 +0000
committerLeo Treggiari2007-06-19 16:40:28 +0000
commit3fc4ba7268e1112074b332d2f8118821a3dd7ac3 (patch)
treee4ae946fba205c77b860025d406026d8ceae43be /build/org.eclipse.cdt.managedbuilder.core/src/org/eclipse/cdt/managedbuilder/internal/core
parentf68f137ed31028b28d5d67daf32a7e85991a3033 (diff)
downloadorg.eclipse.cdt-3fc4ba7268e1112074b332d2f8118821a3dd7ac3.tar.gz
org.eclipse.cdt-3fc4ba7268e1112074b332d2f8118821a3dd7ac3.tar.xz
org.eclipse.cdt-3fc4ba7268e1112074b332d2f8118821a3dd7ac3.zip
Fix spelling errors
Diffstat (limited to 'build/org.eclipse.cdt.managedbuilder.core/src/org/eclipse/cdt/managedbuilder/internal/core')
-rw-r--r--build/org.eclipse.cdt.managedbuilder.core/src/org/eclipse/cdt/managedbuilder/internal/core/PluginResources.properties14
1 files changed, 7 insertions, 7 deletions
diff --git a/build/org.eclipse.cdt.managedbuilder.core/src/org/eclipse/cdt/managedbuilder/internal/core/PluginResources.properties b/build/org.eclipse.cdt.managedbuilder.core/src/org/eclipse/cdt/managedbuilder/internal/core/PluginResources.properties
index 31ea502a629..f3f104d4f7b 100644
--- a/build/org.eclipse.cdt.managedbuilder.core/src/org/eclipse/cdt/managedbuilder/internal/core/PluginResources.properties
+++ b/build/org.eclipse.cdt.managedbuilder.core/src/org/eclipse/cdt/managedbuilder/internal/core/PluginResources.properties
@@ -28,8 +28,8 @@ ManagedMakeBuilder.message.error.refresh = Error refreshing project
ManagedMakeBuilder.message.finished = Build complete for project {0}
ManagedMakeBuilder.message.cancelled = Build cancelled
ManagedMakeBuilder.message.finished.with.errs = Build completed with errors
-ManagedMakeBuilder.message.internal.builder.error = Build failed: Internal builder error occured
-ManagedMakeBuilder.message.stopped.error=Build error occured, build is stopped
+ManagedMakeBuilder.message.internal.builder.error = Build failed: Internal builder error occurred
+ManagedMakeBuilder.message.stopped.error=Build error occurred, build is stopped
ManagedMakeBuilder.message.clean.deleting.output=Removing build artifacts from {0}
ManagedMakeBuilder.message.clean.build.clean=Trying a make clean in {0}
ManagedMakeBuilder.type.clean = Clean-only build
@@ -67,7 +67,7 @@ MakefileGenerator.message.finish.file=Finished building:
MakefileGenerator.message.start.build=Building target:
MakefileGenerator.message.finish.build=Finished building target:
MakefileGenerator.message.start.dependency=Regenerating dependency file:
-MakefileGenerator.message.no.target=No tool found that can build the extension specified with the build arrtifact name
+MakefileGenerator.message.no.target=No tool found that can build the extension specified with the build artifact name
MakefileGenerator.message.adding.source.folder=Adding folder {0} to sources
MakefileGenerator.message.gen.source.makefile=Generating makefile for source folder {0}
MakefileGenerator.message.calc.delta=Calculating the delta for project {0}
@@ -109,14 +109,14 @@ UserDefinedMacroSupplier.storeOutputStream.wrong.arguments=Failed to persist mac
# BuildMacroStatus messages
BuildMacroStatus.status.macro.undefined=Macro {0} is undefined
BuildFilesAction.buildingSelectedFiles=Building Selected Files
-BuildDescriptionGnuMakefileGenerator.0=IO exception occured:
-BuildDescriptionGnuMakefileGenerator.1=IO exception occured:
+BuildDescriptionGnuMakefileGenerator.0=IO exception occurred:
+BuildDescriptionGnuMakefileGenerator.1=IO exception occurred:
BuildFilesAction.buildSelectedFile=Build the selected file.
BuildMacroStatus.status.reference.eachother=Macros {0} and {1} reference each other
BuildMacroStatus.status.reference.incorrect=Macro {0} reference is incorrect
BuildMacroStatus.status.macro.not.string=Macro {0} is not of String type
BuildMacroStatus.status.macro.not.stringlist=Macro {0} is not of String-list type
-BuildMacroStatus.status.error=Error occured
+BuildMacroStatus.status.error=Error occurred
BuildMacroStatus.value.undefined=
BuildInfoFactory.Missing_Builder=Missing Builder:
@@ -156,7 +156,7 @@ CommonBuilder.16=can not clean programmatically: build workspace path is not the
CommonBuilder.12=can not clean programmatically: build workspace path is not folder
CommonBuilder.13=can not clean programmatically: build folder is not accessible
CommonBuilder.22=Building referenced configurations..
-CommonBuilder.23=Buildfile generation error occured..
+CommonBuilder.23=Buildfile generation error occurred..
CommonBuilder.24=Build stopped..
MakeBuilder.buildError=
ResourceChangeHandler2.0=project build settings update job

Back to the top