1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-03 07:05:24 +02:00

Fix typos in Javadoc

This commit is contained in:
Martin Oberhuber 2007-05-03 15:08:22 +00:00
parent 832e9f8032
commit 7f53460969

View file

@ -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