From: Anthony LaMantia Date: Thu, 31 Aug 2006 21:06:07 +0000 (+0000) Subject: small typo X-Git-Tag: 1.4.0-beta1~222 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2161a251a863a6132d4b48157731bc0a6ff1f2fb;p=thirdparty%2Fasterisk.git small typo git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@41647 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/apps/app_record.c b/apps/app_record.c index 5c8f769024..be2f3692be 100644 --- a/apps/app_record.c +++ b/apps/app_record.c @@ -304,7 +304,7 @@ static int record_exec(struct ast_channel *chan, void *data) (f->subclass == terminator)) { res = ast_writestream(s,f); if(res) { - ast_log(LOG_WARNING,"Problem writing final recoard frame\n"); + ast_log(LOG_WARNING,"Problem writing final record frame\n"); } ast_frfree(f); break;