Add missing word
authorscott-silver <silversh@gmail.com>
Sat, 6 Jul 2019 18:45:15 +0000 (11:45 -0700)
committerGitHub <noreply@github.com>
Sat, 6 Jul 2019 18:45:15 +0000 (11:45 -0700)
runtest.py

index 3a8e8c9..5fe1165 100755 (executable)
@@ -246,7 +246,7 @@ def assert_prompt(runner, prompts, timeout):
         if header:
             log("Started with:\n%s" % header)
     else:
-        log("Did not one of following prompt(s): %s" % repr(prompts))
+        log("Did not receive one of following prompt(s): %s" % repr(prompts))
         log("    Got      : %s" % repr(r.buf))
         sys.exit(1)