]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Fix a spelling error in the asterisk.conf sample.
authorRussell Bryant <russell@russellbryant.com>
Fri, 15 Jan 2010 23:06:11 +0000 (23:06 +0000)
committerRussell Bryant <russell@russellbryant.com>
Fri, 15 Jan 2010 23:06:11 +0000 (23:06 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@240547 65c4cc65-6c06-0410-ace0-fbb531ad65f3

Makefile

index 455626d4350722f014ad74ea86a3a0c6fe5c0ba0..3d2f04600480dac83ef123a9b2296a1c47570b01 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -616,7 +616,7 @@ samples: adsi
                echo ";maxcalls = 10 ; Maximum amount of calls allowed" ; \
                echo ";maxload = 0.9 ; Asterisk stops accepting new calls if the load average exceed this limit" ; \
                echo ";cache_record_files = yes ; Cache recorded sound files to another directory during recording" ; \
-               echo ";record_cache_dir = /tmp ; Specify cache directory (used in cnjunction with cache_record_files)" ; \
+               echo ";record_cache_dir = /tmp ; Specify cache directory (used in conjunction with cache_record_files)" ; \
                echo ";transmit_silence_during_record = yes ; Transmit SLINEAR silence while a channel is being recorded" ; \
                echo ";transmit_silence = yes ; Transmit SLINEAR silence while a channel is waiting, being recorded, or DTMF is being generated" ; \
                echo ";transcode_via_sln = yes ; Build transcode paths via SLINEAR, instead of directly" ; \