[Asterisk-code-review] spelling: translator (asterisk[master])

Josh Soref asteriskteam at digium.com
Sun Nov 7 00:20:02 CDT 2021


Josh Soref has uploaded this change for review. ( https://gerrit.asterisk.org/c/asterisk/+/17258 )


Change subject: spelling: translator
......................................................................

spelling: translator

Change-Id: I1172822c02f0dfd23514ac61f68f7c3a8f8a77d0
---
M include/asterisk/mod_format.h
M include/asterisk/translate.h
2 files changed, 2 insertions(+), 2 deletions(-)



  git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/58/17258/1

diff --git a/include/asterisk/mod_format.h b/include/asterisk/mod_format.h
index 4cfadf8..9cc659f 100644
--- a/include/asterisk/mod_format.h
+++ b/include/asterisk/mod_format.h
@@ -110,7 +110,7 @@
 	struct ast_filestream *vfs;
 	/*! Transparently translate from another format -- just once */
 	struct ast_trans_pvt *trans;
-	struct ast_tranlator_pvt *tr;
+	struct ast_translator_pvt *tr;
 	struct ast_format *lastwriteformat;
 	int lasttimeout;
 	struct ast_channel *owner;
diff --git a/include/asterisk/translate.h b/include/asterisk/translate.h
index e817679..2a38873 100644
--- a/include/asterisk/translate.h
+++ b/include/asterisk/translate.h
@@ -258,7 +258,7 @@
 
 /*!
  * \brief Unregister a translator
- * Unregisters the given tranlator
+ * Unregisters the given translator
  * \param t translator to unregister
  * \return 0 on success, -1 on failure
  */

-- 
To view, visit https://gerrit.asterisk.org/c/asterisk/+/17258
To unsubscribe, or for help writing mail filters, visit https://gerrit.asterisk.org/settings

Gerrit-Project: asterisk
Gerrit-Branch: master
Gerrit-Change-Id: I1172822c02f0dfd23514ac61f68f7c3a8f8a77d0
Gerrit-Change-Number: 17258
Gerrit-PatchSet: 1
Gerrit-Owner: Josh Soref <jsoref at gmail.com>
Gerrit-CC: Friendly Automation
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-code-review/attachments/20211107/4c3c89ac/attachment.html>


More information about the asterisk-code-review mailing list