summaryrefslogtreecommitdiffstats
path: root/src/debputy/installations.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/debputy/installations.py')
-rw-r--r--src/debputy/installations.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/debputy/installations.py b/src/debputy/installations.py
index 2310cfa..e1e8f3a 100644
--- a/src/debputy/installations.py
+++ b/src/debputy/installations.py
@@ -212,9 +212,9 @@ def _determine_manpage_real_section(
f" which is not a valid section (must be between 1 and 9 incl.)"
)
_error(
- f"Could not determine the section for {match_rule.path.fs_path} automatically. The manpage"
+ f"Could not determine the section for {match_rule.path.fs_path} automatically. The man page"
f" was detected via {definition_source}. Consider using `section: <number>` to"
- " explicitly declare the section. Keep in mind that it applies to all manpages for that"
+ " explicitly declare the section. Keep in mind that it applies to all man pages for that"
" rule and you may have to split the rule into two for this reason."
)
return real_section