]> git.donarmstrong.com Git - lilypond.git/blobdiff - scripts/build/help2man.pl
Spelling fixes in comments and documentation
[lilypond.git] / scripts / build / help2man.pl
index 9cb09c4859921da605d4303b1fe44e2dedc7c015..4c618520240a43e33c3b7e52181c0e97e4a0d00d 100644 (file)
@@ -190,7 +190,7 @@ setlocale LC_TIME, 'C';
 
 # Grab help and version info from executable.
 my ($help_text, $version_text) = map {
-    join '', map { s/ +$//; expand $_ } `$ARGV[0] $_ 2>/dev/null`
+    join '', map { s/ +$//; expand $_ } `$ARGV[0] $_`
        or die "$this_program: can't get `$_' info from $ARGV[0]\n"
 } $help_option, $version_option;
 
@@ -218,7 +218,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;