Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Arthorne2009-04-22 16:04:09 +0000
committerJohn Arthorne2009-04-22 16:04:09 +0000
commite527c904491c909f6ff2d36c61b753260e7e999c (patch)
treedc98493fbfabad1a26367903ec2494c5d64ab6d7 /bundles/org.eclipse.equinox.p2.publisher
parent701a88ce9e79f8d2895d8670c2a0cb7023c2aecb (diff)
downloadrt.equinox.p2-e527c904491c909f6ff2d36c61b753260e7e999c.tar.gz
rt.equinox.p2-e527c904491c909f6ff2d36c61b753260e7e999c.tar.xz
rt.equinox.p2-e527c904491c909f6ff2d36c61b753260e7e999c.zip
Fixed spelling mistake
Diffstat (limited to 'bundles/org.eclipse.equinox.p2.publisher')
-rw-r--r--bundles/org.eclipse.equinox.p2.publisher/src/org/eclipse/equinox/internal/p2/publisher/messages.properties8
1 files changed, 4 insertions, 4 deletions
diff --git a/bundles/org.eclipse.equinox.p2.publisher/src/org/eclipse/equinox/internal/p2/publisher/messages.properties b/bundles/org.eclipse.equinox.p2.publisher/src/org/eclipse/equinox/internal/p2/publisher/messages.properties
index 37e3e64d4..85e07de98 100644
--- a/bundles/org.eclipse.equinox.p2.publisher/src/org/eclipse/equinox/internal/p2/publisher/messages.properties
+++ b/bundles/org.eclipse.equinox.p2.publisher/src/org/eclipse/equinox/internal/p2/publisher/messages.properties
@@ -1,5 +1,5 @@
###############################################################################
-# Copyright (c) 2007, 2008 IBM Corporation and others.
+# Copyright (c) 2007, 2009 IBM Corporation and others.
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Eclipse Public License v1.0
# which accompanies this distribution, and is available at
@@ -16,9 +16,9 @@ exception_errorReadingManifest = An error occurred while parsing the bundle mani
exception_errorLoadingManifest = An error occurred while loading the manifest {0}.
exception_noBundlesOrLocations=No bundles or locations provided.
exception_noFeaturesOrLocations=No features or locations provided.
-exception_errorPublishingArtifacts = An error occured while publishing artifacts.
-exception_errorLoadingProperties = An error occured while loading the properties file {0}.
-exception_noPluginConverter=Unable to aquire PluginConverter service during generation for: {0}.
+exception_errorPublishingArtifacts = An error occurred while publishing artifacts.
+exception_errorLoadingProperties = An error occurred while loading the properties file {0}.
+exception_noPluginConverter=Unable to acquire PluginConverter service during generation for: {0}.
exception_noArtifactRepo=An artifact repository must be specified in order to publish artifacts.
exception_noMetadataRepo=A metadata repository must be specified.
exception_invalidSiteReference=Invalid site reference: {0}

Back to the top