1Description: Fixes some typos in the manpage 2Author: Matteo Cypriani <mcy@lm7.fr> 3Origin: vendor 4Last-Update: 2016-10-13 5--- a/pacpl 6+++ b/pacpl 7@@ -2384,7 +2384,7 @@ 8 undef(@file); 9 } 10 11-# process directorys and push all to @file arrary 12+# process directories and push all to @file arrary 13 sub proc_dirs { 14 15 if (@dir) { 16@@ -3569,19 +3569,19 @@ 17 18 Parallel Processing, a CD ripping function with CDDB support, batch conversion, 19 tag preservation for most supported formats, independent tag reading & writing, 20-service menus for KDE Dolphin/Konqueror, Gnome Nautilus script, and action 21+service menus for KDE Dolphin/Konqueror, GNOME Nautilus script, and action 22 scripts for Nemo/Thunar are also provided. 23 24 =head1 OPTIONS 25 26 B<-t, --to> I<format> 27 28-set encode format for the input file(s) or directory(s). you can see a 29+set encode format for the input file(s) or directory(ies). you can see a 30 complete list of supported encode formats by using the B<--formats> option. 31 32 B<-r, --recursive> 33 34-recursively scan and convert input folder(s) to desination format. 35+recursively scan and convert input folder(s) to destination format. 36 37 B<-p, --preserve> 38 39@@ -3626,7 +3626,7 @@ 40 41 B<-o, --only> I<format> 42 43-only convert files matching extenstion. this option is useful when you have 44+only convert files matching extension. this option is useful when you have 45 a directory or batch of files with mixed audio types and only need to 46 convert one specific type. 47 48