This is an automated email from the git hooks/post-receive script.

dlintott-guest pushed a commit to branch master
in repository libperlspeak-perl.

commit a8c8d42f8c7304d0e0377f597c404c4cb3108ed9
Author: Daniel Lintott <dan...@serverb.co.uk>
Date:   Fri Apr 11 16:31:13 2014 +0100

    Add patch to fix spelling errors in POD
---
 debian/patches/fix_spelling_errors_in_POD.patch | 29 +++++++++++++++++++++++++
 debian/patches/series                           |  1 +
 2 files changed, 30 insertions(+)

diff --git a/debian/patches/fix_spelling_errors_in_POD.patch 
b/debian/patches/fix_spelling_errors_in_POD.patch
new file mode 100644
index 0000000..ca3ccd0
--- /dev/null
+++ b/debian/patches/fix_spelling_errors_in_POD.patch
@@ -0,0 +1,29 @@
+--- a/lib/PerlSpeak.pm
++++ b/lib/PerlSpeak.pm
+@@ -1060,7 +1060,7 @@
+ 
+  # The default property settings should work in most cases. The exception is
+  # if you want to use a tts system other than festival or cepstral. The rest
+- # of the properties are included because I found them usefull in some 
instances.
++ # of the properties are included because I found them useful in some 
instances.
+ 
+  $ps->{tts_engine} => $text; # Default is "festival_pipe"
+  # Valid values are "festival", "festival_server", "festival_pipe", "espeak" 
or
+@@ -1160,7 +1160,7 @@
+  * Added funtionality for reading a text file. Method "say" will now take
+     text or a file name as an argument. Also added method "readfile" which
+     takes a file name as an argument. The property tts_file_command was also
+-    added to accomodate tts systems other than festival or cepstral.
++    added to accommodate tts systems other than festival or cepstral.
+ 
+  * Added funtionality for converting a text file to a wave file via the
+     "file2wave" method and optionally the "file2wave_command" property.
+@@ -1196,7 +1196,7 @@
+     index or the letter of the first word in menu item to jump to that item.
+ 
+  01/02/2008 ver 2.01
+-  * Added suport for festival_server, festival_pipe, and espeak text to speech
++  * Added support for festival_server, festival_pipe, and espeak text to 
speech
+     engines. This includes several methods and properties such as voice, pitch
+     volume, and rate.
+ 
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..fb411a6
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+fix_spelling_errors_in_POD.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libperlspeak-perl.git

_______________________________________________
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits

Reply via email to