CORD-1750 Upgrade OFDPA to OFDPA 3.0 EA4
Change-Id: Ieb79e766f037d7981fefcde6936b303021488b83
diff --git a/roles/head-node/files/commands/cord-prov b/roles/head-node/files/commands/cord-prov
index a0881fe..f7136cc 100755
--- a/roles/head-node/files/commands/cord-prov
+++ b/roles/head-node/files/commands/cord-prov
@@ -6,7 +6,7 @@
usage() {
echo "usage: $PROG <sub-command> [options]"
echo " list display the provisioning status of all nodes"
- echo " show display the provisiniong status of a single node"
+ echo " show display the provisioning status of a single node"
echo " delete delete node(s) provisioning state"
echo " help this message"
}
diff --git a/roles/head-node/files/commands/cord-switch b/roles/head-node/files/commands/cord-switch
index 2f92137..859e527 100755
--- a/roles/head-node/files/commands/cord-switch
+++ b/roles/head-node/files/commands/cord-switch
@@ -1,5 +1,5 @@
#!/bin/bash
-#D provides access to the CORD POD swtich identification service
+#D provides access to the CORD POD switch identification service
PROG=$(echo $(basename $0) | sed -e 's/^cord-/cord /g')