diff --git a/exercises/practice/bob/bob-test.rkt b/exercises/practice/bob/bob-test.rkt index 76b3b1b3..4f5d81eb 100644 --- a/exercises/practice/bob/bob-test.rkt +++ b/exercises/practice/bob/bob-test.rkt @@ -41,7 +41,7 @@ (response-for "1, 2 ,3, GO!") "Whoa, chill out!") - (test-equal? "responds to shouting wit no exclamation mark" + (test-equal? "responds to shouting with no exclamation mark" (response-for "I HATE YOU") "Whoa, chill out!") diff --git a/exercises/practice/robot-name/robot-name-test.rkt b/exercises/practice/robot-name/robot-name-test.rkt index 0678e676..479c7bd4 100644 --- a/exercises/practice/robot-name/robot-name-test.rkt +++ b/exercises/practice/robot-name/robot-name-test.rkt @@ -1,6 +1,6 @@ #lang racket/base -; There were no cannonical tests to perform. +; There were no canonical tests to perform. (require "robot-name.rkt") (module+ test