summaryrefslogtreecommitdiff
path: root/configs/festival.conf.sample
diff options
context:
space:
mode:
authorSean Bright <sean@malleable.com>2009-05-28 14:39:21 +0000
committerSean Bright <sean@malleable.com>2009-05-28 14:39:21 +0000
commitf22962a0c1973a867893bc144e5bd1bd44053a84 (patch)
tree2e8e77235c0fb39f0551db5e6012057fc8c580d0 /configs/festival.conf.sample
parenta7d813cae7568f9c587dc994b0654d9b7384565a (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: https://origsvn.digium.com/svn/asterisk/trunk@197535 65c4cc65-6c06-0410-ace0-fbb531ad65f3
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
;
;