Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Goldthorpe2010-12-21 20:36:29 +0000
committerChris Goldthorpe2010-12-21 20:36:29 +0000
commit3740656f44d51f04f973a676d9138cf266070d76 (patch)
tree20cb3c13b109ef662eea054c7d509e0b534528d3 /org.eclipse.help.ui/src
parent7b3080084a2fb12ee09db47746b22837d0f3ab63 (diff)
downloadeclipse.platform.ua-3740656f44d51f04f973a676d9138cf266070d76.tar.gz
eclipse.platform.ua-3740656f44d51f04f973a676d9138cf266070d76.tar.xz
eclipse.platform.ua-3740656f44d51f04f973a676d9138cf266070d76.zip
Fix typo in comment
Diffstat (limited to 'org.eclipse.help.ui/src')
-rw-r--r--org.eclipse.help.ui/src/org/eclipse/help/ui/internal/views/ScopeSet.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.help.ui/src/org/eclipse/help/ui/internal/views/ScopeSet.java b/org.eclipse.help.ui/src/org/eclipse/help/ui/internal/views/ScopeSet.java
index f3b955859..e0c3db67a 100644
--- a/org.eclipse.help.ui/src/org/eclipse/help/ui/internal/views/ScopeSet.java
+++ b/org.eclipse.help.ui/src/org/eclipse/help/ui/internal/views/ScopeSet.java
@@ -113,7 +113,7 @@ public class ScopeSet {
FileInputStream fis = new FileInputStream(file);
getPreferenceStore();
preferenceStore.load(fis);
- //when we clone the defult set, we should
+ //when we clone the default set, we should
//clear the default marker
preferenceStore.setValue(KEY_DEFAULT, false);
fis.close();

Back to the top