Spell-check Status and UsesNode 04/32004/2
authorRobert Varga <robert.varga@pantheon.sk>
Sat, 2 Jan 2016 13:47:29 +0000 (14:47 +0100)
committerGerrit Code Review <gerrit@opendaylight.org>
Mon, 4 Jan 2016 16:21:58 +0000 (16:21 +0000)
Fixes spell-checking warnings.

Change-Id: I97bf10e188b07084c39b48e10e3affb7e8d2c5f8
Signed-off-by: Robert Varga <robert.varga@pantheon.sk>
yang/yang-model-api/src/main/java/org/opendaylight/yangtools/yang/model/api/Status.java
yang/yang-model-api/src/main/java/org/opendaylight/yangtools/yang/model/api/UsesNode.java

index ed4d833a2f561ddcbb66943cabdd536ec046c289..af91f69bc410257af775649731af3f91332acfb8 100644 (file)
@@ -8,7 +8,7 @@
 package org.opendaylight.yangtools.yang.model.api;
 
 /**
- * Enum describing YANG 'status' statement. If no status is specified, the
+ * Enumeration describing YANG 'status' statement. If no status is specified, the
  * default is CURRENT.
  */
 public enum Status {
index cd4a58d692deef45dd926412528712ae37fd2540..113767487c8fd2d53a2d4e3e28d3460e57e9da84 100644 (file)
@@ -26,7 +26,7 @@ public interface UsesNode {
 
     /**
      *
-     * Returns agumentations which were specified in this uses node.
+     * Returns augmentations which were specified in this uses node.
      *
      * @return Set of augment statements defined under this uses node
      */