aboutsummaryrefslogtreecommitdiffstats
path: root/configs/festival.conf.sample
diff options
context:
space:
mode:
authorseanbright <seanbright@f38db490-d61c-443f-a65b-d21fe96a405b>2009-05-28 14:39:21 +0000
committerseanbright <seanbright@f38db490-d61c-443f-a65b-d21fe96a405b>2009-05-28 14:39:21 +0000
commita22b4735e5a6b8745a4915a260995886c56c7ffe (patch)
tree2e8e77235c0fb39f0551db5e6012057fc8c580d0 /configs/festival.conf.sample
parent7f7cfd42e9d0e77e3d1ea18732595c1794bf46ea (diff)
Remove a bunch of trailing whitespace in preparation for reformatting/cleanup.
Let's try that again, this time removing trailing whitespace and not leading whitespace. I can't believe no one noticed. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@197535 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'configs/festival.conf.sample')
-rw-r--r--configs/festival.conf.sample12
1 files changed, 6 insertions, 6 deletions
diff --git a/configs/festival.conf.sample b/configs/festival.conf.sample
index 774f1a16c..e91821719 100644
--- a/configs/festival.conf.sample
+++ b/configs/festival.conf.sample
@@ -15,9 +15,9 @@
;
;usecache=yes
;
-; If usecache=yes, a directory to store waveform cache files.
+; If usecache=yes, a directory to store waveform cache files.
; The cache is never cleared (yet), so you must take care of cleaning it
-; yourself (just delete any or all files from the cache).
+; yourself (just delete any or all files from the cache).
; THIS DIRECTORY *MUST* EXIST and must be writable from the asterisk process.
; Defaults to /tmp/
;
@@ -25,10 +25,10 @@
;
; Festival command to send to the server.
; Defaults to: (tts_textasterisk "%s" 'file)(quit)\n
-; %s is replaced by the desired text to say. The command MUST end with a
-; (quit) directive, or the cache handling mechanism will hang. Do not
-; forget the \n at the end.
-;
+; %s is replaced by the desired text to say. The command MUST end with a
+; (quit) directive, or the cache handling mechanism will hang. Do not
+; forget the \n at the end.
+;
;festivalcommand=(tts_textasterisk "%s" 'file)(quit)\n
;
;