Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEike Stepper2009-01-01 18:32:13 +0000
committerEike Stepper2009-01-01 18:32:13 +0000
commit0b32d396cb98e71e1c43c01070ca1aec7e8cb9d4 (patch)
treea0771a292941c3515d954d21ef388ef7939c282c /plugins/org.eclipse.emf.cdo.ui
parente98bbf757597400506f269a7723abfa9c5a5a5c0 (diff)
downloadcdo-0b32d396cb98e71e1c43c01070ca1aec7e8cb9d4.tar.gz
cdo-0b32d396cb98e71e1c43c01070ca1aec7e8cb9d4.tar.xz
cdo-0b32d396cb98e71e1c43c01070ca1aec7e8cb9d4.zip
fixed typo
Diffstat (limited to 'plugins/org.eclipse.emf.cdo.ui')
-rw-r--r--plugins/org.eclipse.emf.cdo.ui/src/org/eclipse/emf/cdo/internal/ui/bundle/OM.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/org.eclipse.emf.cdo.ui/src/org/eclipse/emf/cdo/internal/ui/bundle/OM.java b/plugins/org.eclipse.emf.cdo.ui/src/org/eclipse/emf/cdo/internal/ui/bundle/OM.java
index 6dca8f0d34..54bca5c3ce 100644
--- a/plugins/org.eclipse.emf.cdo.ui/src/org/eclipse/emf/cdo/internal/ui/bundle/OM.java
+++ b/plugins/org.eclipse.emf.cdo.ui/src/org/eclipse/emf/cdo/internal/ui/bundle/OM.java
@@ -54,8 +54,8 @@ public abstract class OM
public static final OMPreference<String[]> PREF_HISTORY_REPOSITORIES = //
PREFS.initArray("PREF_HISTORY_REPOSITORIES"); //$NON-NLS-1$
- public static final OMPreference<Boolean> PREF_AUTOMATIC_PACKAGE_REGISTY = //
- PREFS.init("PREF_AUTOMATIC_PACKAGE_REGISTY", true); //$NON-NLS-1$
+ public static final OMPreference<Boolean> PREF_AUTOMATIC_PACKAGE_REGISTRY = //
+ PREFS.init("PREF_AUTOMATIC_PACKAGE_REGISTRY", true); //$NON-NLS-1$
public static final OMPreference<Boolean> PREF_EDITOR_AUTO_RELOAD = //
PREFS.init("PREF_EDITOR_AUTO_RELOAD", true); //$NON-NLS-1$

Back to the top