docs: fix typo in MANPATH guidance string

Closes #12574
This commit is contained in:
rohan436
2026-03-27 17:39:31 +08:00
committed by Johannes Altmanninger
parent 5fe1cfb895
commit 4467822f6e

View File

@@ -2102,7 +2102,7 @@ def get_paths_from_man_locations():
parent_paths = ["/usr/share/man", "/usr/local/man", "/usr/local/share/man"]
print(
"Unable to get the manpath, falling back to %s." % ":".join(parent_paths),
"Explictly set $MANPATH to fix this error.",
"Explicitly set $MANPATH to fix this error.",
file=sys.stderr,
)