mirror of
https://github.com/home-assistant/core.git
synced 2025-10-09 03:39:35 +00:00
Spelling updates (#82867)
This commit is contained in:
@@ -177,7 +177,7 @@ def find_non_referenced_integrations(
|
||||
integration: Integration,
|
||||
references: dict[Path, set[str]],
|
||||
) -> set[str]:
|
||||
"""Find intergrations that are not allowed to be referenced."""
|
||||
"""Find integrations that are not allowed to be referenced."""
|
||||
allowed_references = calc_allowed_references(integration)
|
||||
referenced = set()
|
||||
for path, refs in references.items():
|
||||
|
Reference in New Issue
Block a user