diff --git a/src/caosadvancedtools/json_schema_exporter.py b/src/caosadvancedtools/json_schema_exporter.py
index 7a92eaad8aeb55ae5c34e529de4848ce4a12b0f9..56568ca18eb10f501fa13bc766613367050c034d 100644
--- a/src/caosadvancedtools/json_schema_exporter.py
+++ b/src/caosadvancedtools/json_schema_exporter.py
@@ -112,7 +112,7 @@ class JsonSchemaExporter:
             to create them.  Instead, only the choice of existing elements should
             be given.
         do_not_retrieve : list[str], optional
-            A list of RedcordType names, for which no Records shall be retrieved.  Instead, only an
+            A list of RecordType names, for which no Records shall be retrieved.  Instead, only an
             object description should be given.  If this list overlaps with the `do_not_create`
             parameter, the behavior is undefined.
         no_remote : bool, optional