Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Goldthorpe2010-03-17 23:27:08 +0000
committerChris Goldthorpe2010-03-17 23:27:08 +0000
commit8f59c2e5988bce542d3797ca4cb55cd594d379e6 (patch)
tree85a271c8a84688b282742c847d0c3be8803c8516 /org.eclipse.help
parent32656c4e5f7e2e29f1fb2b58b4dadcb2d8a2d781 (diff)
downloadeclipse.platform.ua-8f59c2e5988bce542d3797ca4cb55cd594d379e6.tar.gz
eclipse.platform.ua-8f59c2e5988bce542d3797ca4cb55cd594d379e6.tar.xz
eclipse.platform.ua-8f59c2e5988bce542d3797ca4cb55cd594d379e6.zip
Fix typo
Diffstat (limited to 'org.eclipse.help')
-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