diff --git a/tests/unit/test_schema_invalids.py b/tests/unit/test_schema_invalids.py
index d94ffa4..7d28c33 100644
--- a/tests/unit/test_schema_invalids.py
+++ b/tests/unit/test_schema_invalids.py
@@ -137,7 +137,7 @@ def cant_parse_annotation(self, unparsable: PydanticUnparsableInner) -> None: ..
     with pytest.raises(SystemExit):
         get_schema_helper([PydanticUnparsable])
     assert (
-        "On capability 'PydanticUnparsable', parameter 'unparseable' type annotation" in caplog.text
+        "On capability 'PydanticUnparsable', parameter 'unparsable' type annotation" in caplog.text
     )
     assert "on function 'cant_parse_annotation' is invalid" in caplog.text