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

Fix typos

This commit is contained in:
Martin Oberhuber 2007-05-10 17:04:47 +00:00
parent cfd6e8f1b5
commit a4d2dbda81

View file

@ -114,7 +114,7 @@ public interface ISystemRegistry extends ISchedulingRule {
* Return all subsystem factories which have declared themselves part of the given category. * Return all subsystem factories which have declared themselves part of the given category.
* <p> * <p>
* This looks for a match on the "category" of the subsystem factory's xml declaration * This looks for a match on the "category" of the subsystem factory's xml declaration
* in its plugin.xml file. Thus, it is effecient as it need not bring to life a * in its plugin.xml file. Thus, it is efficient as it need not bring to life a
* subsystem factory just to test its parent class type. * subsystem factory just to test its parent class type.
* *
* @see ISubSystemConfigurationCategories * @see ISubSystemConfigurationCategories
@ -391,7 +391,7 @@ public interface ISystemRegistry extends ISchedulingRule {
* <p> * <p>
* This looks for a match on the "category" of the subsystem * This looks for a match on the "category" of the subsystem
* configuration's xml declaration in its plugin.xml file. * configuration's xml declaration in its plugin.xml file.
* Thus, it is effecient as it need not bring to life a * Thus, it is efficient as it need not bring to life a
* subsystem configuration just to test its parent class type. * subsystem configuration just to test its parent class type.
* *
* @see org.eclipse.rse.core.model.ISubSystemConfigurationCategories * @see org.eclipse.rse.core.model.ISubSystemConfigurationCategories