From 040ab8d5f32bf6f99e343c6b78ac980d1f201bb4 Mon Sep 17 00:00:00 2001 From: Sergei Trofimovich Date: Sat, 15 Nov 2025 11:56:01 +0000 Subject: [PATCH] installShellFiles.section.md: fix `unde[r]sirable` typo --- doc/hooks/installShellFiles.section.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/hooks/installShellFiles.section.md b/doc/hooks/installShellFiles.section.md index 14cf63eb98e2..5400ccc7bf89 100644 --- a/doc/hooks/installShellFiles.section.md +++ b/doc/hooks/installShellFiles.section.md @@ -42,7 +42,7 @@ The manpages must have a section suffix, and may optionally be compressed (with { nativeBuildInputs = [ installShellFiles ]; - # Sometimes the manpage file has an undersirable name; e.g., it conflicts with + # Sometimes the manpage file has an undesirable name; e.g., it conflicts with # another software with an equal name. To install it with a different name, # the installed name must be provided before the path to the file. #