Corrected some typos
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: