Fix typo's (retrieve, specified, address).

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/11@430996 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Walter Doekes
2015-01-23 14:51:03 +00:00
parent 2fa4484340
commit 08efda063a
20 changed files with 26 additions and 26 deletions

View File

@@ -165,7 +165,7 @@ static void make_tone_burst(unsigned char *data, float freq, float loudness, int
}
/*
* Send a single tone burst for a specifed duration and frequency.
* Send a single tone burst for a specified duration and frequency.
* Returns 0 if successful
*/
static int send_tone_burst(struct ast_channel *chan, float freq, int duration, int tldn)