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

[cleanup] doc comment english spelling fix

This commit is contained in:
Martin Oberhuber 2007-05-31 16:31:45 +00:00
parent 0ed05591ae
commit 318542a19f

View file

@ -97,7 +97,7 @@ import org.eclipse.ui.progress.WorkbenchJob;
* instance of its subsystem. If desired, your GUI may also allow users to create additional * instance of its subsystem. If desired, your GUI may also allow users to create additional
* instances. * instances.
* <p> * <p>
* There are only a handleful of methods to implement in child classes (and indeed most of these * There are only a handful of methods to implement in child classes (and indeed most of these
* are supplied as empty, so you only override those you want to support). * are supplied as empty, so you only override those you want to support).
* These are required: * These are required:
* <ul> * <ul>