diff options
Diffstat (limited to 'man')
-rwxr-xr-x | man/help2man | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/help2man b/man/help2man index 907dd50c8..27d04c9f2 100755 --- a/man/help2man +++ b/man/help2man @@ -254,7 +254,7 @@ if ($opt_output) # <program> ({GNU,Free} <package>) <version> # <program> - {GNU,Free} <package> <version> # -# and seperated from any copyright/author details by a blank line. +# and separated from any copyright/author details by a blank line. ($_, $version_text) = split /\n+/, $version_text, 2; |