From 7f53460969b79824262d6f7f185148e76501153b Mon Sep 17 00:00:00 2001 From: Martin Oberhuber < martin.oberhuber@windriver.com> Date: Thu, 3 May 2007 15:08:22 +0000 Subject: [PATCH] Fix typos in Javadoc --- .../org/eclipse/tm/internal/terminal/view/SettingsStore.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/terminal/org.eclipse.tm.terminal.view/src/org/eclipse/tm/internal/terminal/view/SettingsStore.java b/terminal/org.eclipse.tm.terminal.view/src/org/eclipse/tm/internal/terminal/view/SettingsStore.java index 6a8bffec96c..eb2ab88880a 100644 --- a/terminal/org.eclipse.tm.terminal.view/src/org/eclipse/tm/internal/terminal/view/SettingsStore.java +++ b/terminal/org.eclipse.tm.terminal.view/src/org/eclipse/tm/internal/terminal/view/SettingsStore.java @@ -21,8 +21,8 @@ import org.eclipse.ui.IMemento; /** * A {@link IDialogSettings} based {@link ISettingsStore}. * - * Setting Store dased on IMemento. IMemento documentations says only alpha numeric - * values mey be used as keys. Therefore the implementation converts dots (.) into + * Setting Store based on IMemento. IMemento documentations says only alpha numeric + * values may be used as keys. Therefore the implementation converts dots (.) into * child elements of the memento. * * @author Michael Scharf