Fix typo in keyword

Changed 'and' to 'And' in keyword
Wait and Confirm New Username And Password

Change-Id: I9da15639b133d944f5df310e9e5c0ade7ed8847c
Signed-off-by: Gene Ratzlaff <generatz@gmail.com>
diff --git a/ipmi/test_ipmi_user.robot b/ipmi/test_ipmi_user.robot
index 20633af..4df791a 100644
--- a/ipmi/test_ipmi_user.robot
+++ b/ipmi/test_ipmi_user.robot
@@ -305,7 +305,7 @@
     Sleep  5s
 
     Enable IPMI User And Verify  ${random_userid}
-    Wait and Confirm New Username And Password  ${random_username}  ${valid_password}
+    Wait And Confirm New Username And Password  ${random_username}  ${valid_password}
 
     # Verify that enabled IPMI  user is able to run IPMI command.
     Verify IPMI Username And Password  ${random_username}  ${valid_password}
@@ -504,7 +504,7 @@
     # Set different username for same IPMI user.
     Run IPMI Standard Command
     ...  user set name ${random_userid} ${new_username}
-    Wait and Confirm New Username And Password  ${new_username}  ${valid_password}
+    Wait And Confirm New Username And Password  ${new_username}  ${valid_password}
 
     # Verify that user is able to run administrator level IPMI command.
     Verify IPMI Command  ${new_username}  ${valid_password}  Administrator  ${CHANNEL_NUMBER}
@@ -683,7 +683,7 @@
     ...  msg=IPMI have reached maximum user count
 
 
-Wait and Confirm New Username And Password
+Wait And Confirm New Username And Password
     [Documentation]  Wait in loop trying to to confirm Username And Password.
     [Arguments]  ${username}  ${password}