From a4d2dbda8146a72d2acf157b3d97904708ef7486 Mon Sep 17 00:00:00 2001 From: Martin Oberhuber < martin.oberhuber@windriver.com> Date: Thu, 10 May 2007 17:04:47 +0000 Subject: [PATCH] Fix typos --- .../src/org/eclipse/rse/core/model/ISystemRegistry.java | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/rse/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/model/ISystemRegistry.java b/rse/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/model/ISystemRegistry.java index c5d5cd5277e..f155f8cc300 100644 --- a/rse/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/model/ISystemRegistry.java +++ b/rse/plugins/org.eclipse.rse.core/src/org/eclipse/rse/core/model/ISystemRegistry.java @@ -114,7 +114,7 @@ public interface ISystemRegistry extends ISchedulingRule { * Return all subsystem factories which have declared themselves part of the given category. *

* 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. * * @see ISubSystemConfigurationCategories @@ -391,7 +391,7 @@ public interface ISystemRegistry extends ISchedulingRule { *

* This looks for a match on the "category" of the subsystem * 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. * * @see org.eclipse.rse.core.model.ISubSystemConfigurationCategories @@ -464,9 +464,9 @@ public interface ISystemRegistry extends ISchedulingRule { public Vector getHostAliasNamesForAllActiveProfiles(); /** - * Return array of previously specified hostnames for a given system type. + * Return array of previously specified host names for a given system type. * After careful consideration, it is decided that if the system type is null, - * then no hostnames should be returned. Previously all for all types were returned. + * then no host names should be returned. Previously all for all types were returned. */ public String[] getHostNames(IRSESystemType systemType);