diff --git a/envs/monkey_zoo/blackbox/island_client/monkey_island_client.py b/envs/monkey_zoo/blackbox/island_client/monkey_island_client.py index 53d02ae9d..c8142404d 100644 --- a/envs/monkey_zoo/blackbox/island_client/monkey_island_client.py +++ b/envs/monkey_zoo/blackbox/island_client/monkey_island_client.py @@ -121,7 +121,7 @@ class MonkeyIslandClient(object): def _reset_island_mode(self): if self.requests.put("api/island/mode", data='"unset"').ok: - LOGGER.info("Resseting island mode after the test.") + LOGGER.info("Resetting island mode after the test.") else: LOGGER.error("Failed to reset island mode") assert False