From: Matthew Nicholson Date: Mon, 11 Jul 2011 12:58:50 +0000 (+0000) Subject: fixed wording in a comment X-Git-Tag: 11.0.0-beta1~1375 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=96fad8dba6a9c1829a9fe3a77a9dd73bfcab0c8e;p=thirdparty%2Fasterisk.git fixed wording in a comment git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@327469 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/res/res_fax.c b/res/res_fax.c index 431e7086ac..06b39e05c8 100644 --- a/res/res_fax.c +++ b/res/res_fax.c @@ -2925,7 +2925,7 @@ static struct ast_frame *fax_gateway_framehook(struct ast_channel *chan, struct /* in gateway mode, gateway some packets */ if (gateway->t38_state == T38_STATE_NEGOTIATED) { /* framehooks are called in __ast_read() before frame format - * translation is does, so we need to translate here */ + * translation is done, so we need to translate here */ if ((f->frametype == AST_FRAME_VOICE) && (f->subclass.format.id != AST_FORMAT_SLINEAR)) { if (active->readtrans && (f = ast_translate(active->readtrans, f, 1)) == NULL) { f = &ast_null_frame;