Fix typo in code documentation and README

Change-Id: I466461fcd789114befea095e7788dcc322e2ec16
Signed-off-by: George Keishing <gkeishin@in.ibm.com>
diff --git a/README.md b/README.md
index 203b002..470c992 100644
--- a/README.md
+++ b/README.md
@@ -159,7 +159,7 @@
 `redfish/extended/`: Contains test cases for combined legacy REST and DMTF Redfish-related
                      feature supported on OpenBMC.
 
-Note: Work in progress test developement parameter `-v REDFISH_SUPPORT_TRANS_STATE:1` to force
+Note: Work in progress test development parameter `-v REDFISH_SUPPORT_TRANS_STATE:1` to force
       the test suites to execute in redfish mode only.
 
 
diff --git a/bin/sol_utils.tcl b/bin/sol_utils.tcl
index db2b51f..2909a2f 100755
--- a/bin/sol_utils.tcl
+++ b/bin/sol_utils.tcl
@@ -616,7 +616,7 @@
 
   qprintn ; qprint_timen "Entering root password."
   send_wrap "$os_password"
-  expect_wrap [list "confirm"] "comfirm root password prompt" 15
+  expect_wrap [list "confirm"] "confirm root password prompt" 15
 
   qprintn ; qprint_timen "Re-entering root password."
   send_wrap "$os_password"
diff --git a/gui/gui_test/server_config/test_obmc_gui_network_settings.robot b/gui/gui_test/server_config/test_obmc_gui_network_settings.robot
index ac87c48..44b907c 100644
--- a/gui/gui_test/server_config/test_obmc_gui_network_settings.robot
+++ b/gui/gui_test/server_config/test_obmc_gui_network_settings.robot
@@ -446,7 +446,7 @@
     # Get delete ip elements.
     ${delete_ip_elements}=  Get Element Count  ${xpath_delete_static_ip}
 
-    # Delete IP Address on BMC if avilable more than 1.
+    # Delete IP Address on BMC if available more than 1.
     Run Keyword If  ${delete_ip_elements} != ${1}
     ...  Delete Static IPv4 Addresses Except BMC IP  ${element}
 
@@ -466,7 +466,7 @@
     Set Suite Variable  ${ip_data}
     Set Suite Variable  ${netmask_data}
 
-    # Delete existing static IPv4 addresses and netmask if avilable.
+    # Delete existing static IPv4 addresses and netmask if available.
     Run Keyword If  ${ip_data} != @{empty} and ${netmask_data} != @{empty}
     ...  Delete And Verify Static IP Address On BMC