Corrected some typos
diff --git a/TestON/drivers/common/cli/onosclidriver.py b/TestON/drivers/common/cli/onosclidriver.py
index 7256294..fca8f22 100644
--- a/TestON/drivers/common/cli/onosclidriver.py
+++ b/TestON/drivers/common/cli/onosclidriver.py
@@ -1624,7 +1624,7 @@
main.cleanup()
main.exit()
- def purgeIntents( self ):
+ def purgeWithdrawnIntents( self ):
"""
Purges all WITHDRAWN Intents
"""
diff --git a/TestON/drivers/common/cli/onosdriver.py b/TestON/drivers/common/cli/onosdriver.py
index 9ea663c..5de8e2e 100644
--- a/TestON/drivers/common/cli/onosdriver.py
+++ b/TestON/drivers/common/cli/onosdriver.py
@@ -2287,7 +2287,7 @@
continue
else:
onosIP = cellOutput[i].split("=")
- # below step could me changed to return only IP if node name is not needed.
+ # below step could be changed to return only IP if node name is not needed.
ipList.append(onosIP)
return ipList
except pexpect.ExceptionPexpect as e: