From: Colin Dixon Date: Wed, 10 Apr 2013 15:13:35 +0000 (-0500) Subject: fixing spelling errors in comments X-Git-Tag: releasepom-0.1.0~584 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=commitdiff_plain;h=ee47b04caddbab0695833f13896c978c57a7d3a3 fixing spelling errors in comments Change-Id: Iecac10313c1cb7a88c5de3848b4506f591f88dca Signed-off-by: Colin Dixon --- diff --git a/opendaylight/clustering/services/src/main/java/org/opendaylight/controller/clustering/services/IClusterContainerServices.java b/opendaylight/clustering/services/src/main/java/org/opendaylight/controller/clustering/services/IClusterContainerServices.java index f0d6d7e40f..2f74ec39e4 100644 --- a/opendaylight/clustering/services/src/main/java/org/opendaylight/controller/clustering/services/IClusterContainerServices.java +++ b/opendaylight/clustering/services/src/main/java/org/opendaylight/controller/clustering/services/IClusterContainerServices.java @@ -23,7 +23,7 @@ package org.opendaylight.controller.clustering.services; /** * Set of services and application will expect from the * clustering services provider. This interface is per-container and so - * the container parameter is implicitely known + * the container parameter is implicitly known * */ public interface IClusterContainerServices extends IClusterServicesCommon { diff --git a/opendaylight/sal/api/src/main/java/org/opendaylight/controller/sal/core/NodeConnector.java b/opendaylight/sal/api/src/main/java/org/opendaylight/controller/sal/core/NodeConnector.java index 96e6cc7f10..86baaade02 100644 --- a/opendaylight/sal/api/src/main/java/org/opendaylight/controller/sal/core/NodeConnector.java +++ b/opendaylight/sal/api/src/main/java/org/opendaylight/controller/sal/core/NodeConnector.java @@ -61,7 +61,7 @@ public class NodeConnector implements Serializable { /** * Special port describing ALL the ports in the system, * should be used for flooding like mechanism but better - * to be carefull with it + * to be careful with it */ public static String ALL = "ALL"; /** @@ -460,13 +460,13 @@ public class NodeConnector implements Serializable { } /** - * return a NodeConnector from a string not containing explicitely + * return a NodeConnector from a string not containing explicitly * the Node portion which has to be supplied as parameter * * @param str String to be parsed in a NodeConnector * @param n Node to which the NodeConnector is attached * - * @return the NodeConnector if parse is succesfull, null otherwise + * @return the NodeConnector if parse is successful, null otherwise */ public static NodeConnector fromStringNoNode(String str, Node n) { if (str == null) {