1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-03 07:05:24 +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
* instances.
* <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).
* These are required:
* <ul>