[Asterisk-code-review] spelling: other (asterisk[master])
Josh Soref
asteriskteam at digium.com
Sun Nov 7 00:13:29 CDT 2021
Josh Soref has uploaded this change for review. ( https://gerrit.asterisk.org/c/asterisk/+/17072 )
Change subject: spelling: other
......................................................................
spelling: other
Change-Id: I139addea6f9d038b82260962e20f24a9fb6a6991
---
M tests/test_stasis.c
1 file changed, 3 insertions(+), 3 deletions(-)
git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/72/17072/1
diff --git a/tests/test_stasis.c b/tests/test_stasis.c
index 16a93ff..6b1cc9f 100644
--- a/tests/test_stasis.c
+++ b/tests/test_stasis.c
@@ -259,7 +259,7 @@
if (r == ETIMEDOUT) {
break;
}
- ast_assert(r == 0); /* Not expecting any othet types of errors */
+ ast_assert(r == 0); /* Not expecting any other types of errors */
}
return consumer->messages_rxed_len;
}
@@ -280,7 +280,7 @@
if (r == ETIMEDOUT) {
break;
}
- ast_assert(r == 0); /* Not expecting any othet types of errors */
+ ast_assert(r == 0); /* Not expecting any other types of errors */
}
return consumer->complete;
}
@@ -306,7 +306,7 @@
if (r == ETIMEDOUT) {
break;
}
- ast_assert(r == 0); /* Not expecting any othet types of errors */
+ ast_assert(r == 0); /* Not expecting any other types of errors */
}
return consumer->messages_rxed_len;
}
--
To view, visit https://gerrit.asterisk.org/c/asterisk/+/17072
To unsubscribe, or for help writing mail filters, visit https://gerrit.asterisk.org/settings
Gerrit-Project: asterisk
Gerrit-Branch: master
Gerrit-Change-Id: I139addea6f9d038b82260962e20f24a9fb6a6991
Gerrit-Change-Number: 17072
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/c4f76f36/attachment.html>
More information about the asterisk-code-review
mailing list