From e33bd966386eaa0669e22b9ea62f48cde5a85121 Mon Sep 17 00:00:00 2001
From: Matthew Fredrickson <creslin@digium.com>
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 1e523062ed..91dc855f17 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 
-- 
GitLab