From 178d2bc7ef17c506b9fb9c119e494642adc4b38c Mon Sep 17 00:00:00 2001 From: Matthew Fredrickson Date: Fri, 16 Jun 2017 14:56:37 -0500 Subject: [PATCH] formats/format_g729: Fix typo in comment There was a typo in a comment. This commit is to fix the typo. ASTERISK-27060 #close Change-Id: Ic2699f8dbeaacd58ccb6ec3203e853e1babe3235 --- formats/format_g729.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/formats/format_g729.c b/formats/format_g729.c index 44a466fac9..48fee3a231 100644 --- a/formats/format_g729.c +++ b/formats/format_g729.c @@ -19,7 +19,7 @@ /*! \file * * \brief Save to raw, headerless G729 data. - * \note This is not an encoder/decoder. The codec fo g729 is only + * \note This is not an encoder/decoder. The codec for g729 is only * available with a commercial license from Digium, due to patent * restrictions. Check http://www.digium.com for information. * \arg Extensions: g729 -- 2.47.2