diff --git a/capella2polarion/converters/converter_config.py b/capella2polarion/converters/converter_config.py index c7692b23..abd37e58 100644 --- a/capella2polarion/converters/converter_config.py +++ b/capella2polarion/converters/converter_config.py @@ -147,7 +147,7 @@ def layers_and_types(self) -> cabc.Iterator[tuple[str, str]]: def config_matches(config: CapellaTypeConfig | None, **kwargs: t.Any) -> bool: - """Checks wether the given ``config`` matches the given ``kwargs``.""" + """Check whether the given ``config`` matches the given ``kwargs``.""" if config is None: return False