[Asterisk-code-review] spelling: structures (asterisk[master])
Josh Soref
asteriskteam at digium.com
Sun Nov 7 00:17:47 CDT 2021
Josh Soref has uploaded this change for review. ( https://gerrit.asterisk.org/c/asterisk/+/17215 )
Change subject: spelling: structures
......................................................................
spelling: structures
Change-Id: I987da202522bfab0d4c4a9ca5faf01187c517c8a
---
M res/res_pjsip_outbound_authenticator_digest.c
1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/15/17215/1
diff --git a/res/res_pjsip_outbound_authenticator_digest.c b/res/res_pjsip_outbound_authenticator_digest.c
index 04f29c9..0aed009 100644
--- a/res/res_pjsip_outbound_authenticator_digest.c
+++ b/res/res_pjsip_outbound_authenticator_digest.c
@@ -141,7 +141,7 @@
* structures. In this case however, the elements are the
* structures themselves instead of pointers to them. This is due
* to the fact that pjsip_auth_clt_set_credentials() expects an
- * array of structues, not an array of pointers to structures.
+ * array of structures, not an array of pointers to structures.
* Thankfully, vectors allow you to "steal" their underlying
* arrays, in this case an array of pjsip_cred_info structures,
* which we'll pass to pjsip_auth_clt_set_credentials() at the
--
To view, visit https://gerrit.asterisk.org/c/asterisk/+/17215
To unsubscribe, or for help writing mail filters, visit https://gerrit.asterisk.org/settings
Gerrit-Project: asterisk
Gerrit-Branch: master
Gerrit-Change-Id: I987da202522bfab0d4c4a9ca5faf01187c517c8a
Gerrit-Change-Number: 17215
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/51ec38e6/attachment.html>
More information about the asterisk-code-review
mailing list