diff --git a/pkgs/tools/nix/nixos-render-docs/src/nixos_render_docs/redirects.py b/pkgs/tools/nix/nixos-render-docs/src/nixos_render_docs/redirects.py index 34335a43c1443..1a45d9495acdb 100644 --- a/pkgs/tools/nix/nixos-render-docs/src/nixos_render_docs/redirects.py +++ b/pkgs/tools/nix/nixos-render-docs/src/nixos_render_docs/redirects.py @@ -121,7 +121,7 @@ def __str__(self): **Client Paths with Server Redirects Found** A client redirect from a path that has a server-side redirect must not exist. -The following identifiers voilate the above rule: +The following identifiers violate the above rule: - {client_paths_with_server_redirects_list} This can generally happen when: @@ -142,7 +142,7 @@ def __str__(self): **Conflicting Anchors Found** Identifiers must not be identical to any historical location's anchor of the same output path. -The following identifiers voilate the above rule: +The following identifiers violate the above rule: - {conflict_list} This can generally happen when: @@ -163,7 +163,7 @@ def __str__(self): **Divergent Redirects Found** A given historical path must correspond to only one identifier. -The following paths voilate the above rule: +The following paths violate the above rule: - {divergent_list} This can generally happen when: @@ -184,7 +184,7 @@ def __str__(self): **Invalid Current Paths Found** The head element of an identifier's corresponding historical location must be its current output location. -The following identifiers voilate the above rule: +The following identifiers violate the above rule: - {invalid_list} This is problematic because: @@ -224,7 +224,7 @@ def __str__(self): **Orphan Identifiers Found** Keys of the redirects mapping must correspond to some identifier in the source. -The following identifiers voilate the above rule: +The following identifiers violate the above rule: - {orphan_list} This can generally happen when: