typo fix: allows to -> allows one to

Detected by lintian:

Example:
I: network-manager: typo-in-manual-page "allows to" "allows one to" [usr/share/man/man5/NetworkManager.conf.5.gz:1266]
This commit is contained in:
Michael Biebl
2025-02-28 17:56:00 +01:00
parent a98d85af93
commit 10e58f7c3c
30 changed files with 53 additions and 53 deletions

View File

@@ -143,7 +143,7 @@ while [[ $# -gt 0 ]]; do
;;
--no-auto-with-test)
# by default, the script adds "-w test" (unless the command line contains
# "-w test" or "-W test"). This flags allows to suppress that automatism.
# "-w test" or "-W test"). This flags allows one to suppress that automatism.
# It's really only useful to test the spec file's internal default for the
# "test" option. Otherwise, you can always just explicitly select "-w test"
# or "-W test".