Merge "Fix Typo in RPC Name"
[aaa.git] / aaa-cert / src / main / yang / aaa-cert-rpc.yang
index f250188adf4c4bcd261df0e924f48255b121acbd..35e8b037cbac24cbd8f812769ae31e74c2db0a64 100644 (file)
@@ -42,11 +42,11 @@ module aaa-cert-rpc {
         }
     }
 
-    rpc setODLCertifcate {
+    rpc setODLCertificate {
         description
-            "The certifcate should be generated based on
-            a certifcate request generated from the ctl.jks
-            keystore otherwise the certifcated will not be added to ctl keystore";
+            "The certificate should be generated based on
+            a certificate request generated from the ctl.jks
+            keystore otherwise the certificate will not be added to ctl keystore";
         input {
             leaf odl-cert-alias {
                 type string;
@@ -57,9 +57,9 @@ module aaa-cert-rpc {
         }
     }
 
-    rpc setNodeCertifcate {
+    rpc setNodeCertificate {
         description
-            "Set the certifcate of the network node that will communicate with opendaylight through TLS connection";
+            "Set the certificate of the network node that will communicate with opendaylight through TLS connection";
         input {
            leaf node-alias {
                type string;
@@ -70,7 +70,7 @@ module aaa-cert-rpc {
         }
     }
 
-    rpc getNodeCertifcate {
+    rpc getNodeCertificate {
         description
             "Get the network node certificate based on node alias";
         input {
@@ -84,4 +84,4 @@ module aaa-cert-rpc {
             }
         }
     }
-}
\ No newline at end of file
+}