Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'org.eclipse.help/src/org/eclipse/help/internal/util/ResourceLocator.java')
-rw-r--r--org.eclipse.help/src/org/eclipse/help/internal/util/ResourceLocator.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.help/src/org/eclipse/help/internal/util/ResourceLocator.java b/org.eclipse.help/src/org/eclipse/help/internal/util/ResourceLocator.java
index 1dbc7fd13..9eaeec6e7 100644
--- a/org.eclipse.help/src/org/eclipse/help/internal/util/ResourceLocator.java
+++ b/org.eclipse.help/src/org/eclipse/help/internal/util/ResourceLocator.java
@@ -1,5 +1,5 @@
/*******************************************************************************
- * Copyright (c) 2000, 2009 IBM Corporation and others.
+ * Copyright (c) 2000, 2010 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
@@ -119,7 +119,7 @@ public class ResourceLocator {
}
/**
- * Obtains content proivider for a documentation plug-in, creates one if necessary.
+ * Obtains content provider for a documentation plug-in, creates one if necessary.
*
* @param pluginId
* @return ITopicContentProvider or null

Back to the top