1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-31 12:55:40 +02:00

Fix typos in Javadoc

This commit is contained in:
Martin Oberhuber 2007-05-03 15:08:22 +00:00
parent 4ac8313c2d
commit b12c240e50

View file

@ -21,8 +21,8 @@ import org.eclipse.ui.IMemento;
/** /**
* A {@link IDialogSettings} based {@link ISettingsStore}. * A {@link IDialogSettings} based {@link ISettingsStore}.
* *
* Setting Store dased on IMemento. IMemento documentations says only alpha numeric * Setting Store based on IMemento. IMemento documentations says only alpha numeric
* values mey be used as keys. Therefore the implementation converts dots (.) into * values may be used as keys. Therefore the implementation converts dots (.) into
* child elements of the memento. * child elements of the memento.
* *
* @author Michael Scharf * @author Michael Scharf