[svn-commits] mnicholson: trunk r327469 - /trunk/res/res_fax.c
SVN commits to the Digium repositories
svn-commits at lists.digium.com
Mon Jul 11 07:58:54 CDT 2011
Author: mnicholson
Date: Mon Jul 11 07:58:50 2011
New Revision: 327469
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=327469
Log:
fixed wording in a comment
Modified:
trunk/res/res_fax.c
Modified: trunk/res/res_fax.c
URL: http://svnview.digium.com/svn/asterisk/trunk/res/res_fax.c?view=diff&rev=327469&r1=327468&r2=327469
==============================================================================
--- trunk/res/res_fax.c (original)
+++ trunk/res/res_fax.c Mon Jul 11 07:58:50 2011
@@ -2925,7 +2925,7 @@
/* 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;
More information about the svn-commits
mailing list