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

Josh Soref asteriskteam at digium.com
Sun Nov 7 00:08:19 CDT 2021


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


Change subject: spelling: failure
......................................................................

spelling: failure

Change-Id: I5636c27a41d6e8a534b4f9c70325ffd54c35cb88
---
M channels/console_gui.c
M channels/console_video.c
M main/bridge_basic.c
3 files changed, 3 insertions(+), 3 deletions(-)



  git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/32/16932/1

diff --git a/channels/console_gui.c b/channels/console_gui.c
index c5bd423..cc804bd 100644
--- a/channels/console_gui.c
+++ b/channels/console_gui.c
@@ -563,7 +563,7 @@
  * \param env = pointer to the video environment descriptor
  *
  * returns:
- * - 0 on falure switching from off to on
+ * - 0 on failure switching from off to on
  * - 1 on success in switching from off to on
  * - 2 on success in switching from on to off
 */
diff --git a/channels/console_video.c b/channels/console_video.c
index b7dcd8d..dc7021d 100644
--- a/channels/console_video.c
+++ b/channels/console_video.c
@@ -364,7 +364,7 @@
  * \param fps = frame per seconds, for every device
  *
  * returns:
- * - NULL on falure
+ * - NULL on failure
  * - reference to the device buffer on success
  */
 static struct fbuf_t *grabber_read(struct video_device *dev, int fps)
diff --git a/main/bridge_basic.c b/main/bridge_basic.c
index 4a691b7..81ddf73 100644
--- a/main/bridge_basic.c
+++ b/main/bridge_basic.c
@@ -341,7 +341,7 @@
  * \param len Length of the given extension buffer.
  *
  * \retval 0 success
- * \retval non-zero failiure
+ * \retval non-zero failure
  */
 static int builtin_feature_get_exten(struct ast_channel *chan, const char *feature_name, char *buf, size_t len)
 {

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

Gerrit-Project: asterisk
Gerrit-Branch: master
Gerrit-Change-Id: I5636c27a41d6e8a534b4f9c70325ffd54c35cb88
Gerrit-Change-Number: 16932
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/07d910d1/attachment.html>


More information about the asterisk-code-review mailing list