[Asterisk-code-review] spelling: callback (asterisk[master])
Josh Soref
asteriskteam at digium.com
Sun Nov 7 00:04:39 CDT 2021
Josh Soref has uploaded this change for review. ( https://gerrit.asterisk.org/c/asterisk/+/16787 )
Change subject: spelling: callback
......................................................................
spelling: callback
Change-Id: I4ecb3bcf94caad140dff9285189248d5d6777106
---
M include/asterisk/res_pjsip.h
1 file changed, 2 insertions(+), 2 deletions(-)
git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/87/16787/1
diff --git a/include/asterisk/res_pjsip.h b/include/asterisk/res_pjsip.h
index fbf9369..1658f95 100644
--- a/include/asterisk/res_pjsip.h
+++ b/include/asterisk/res_pjsip.h
@@ -3564,7 +3564,7 @@
* \param transport Transport to monitor for shutdown.
* \param cb The callback that was used for the original register.
* \param data Data to pass to the matcher. May be NULL and does NOT need to be an ao2 object.
- * If NULL, all monitors with the provided callbck are unregistered.
+ * If NULL, all monitors with the provided callback are unregistered.
* \param matches Matcher function that returns true if data matches the previously
* registered data object. If NULL, a simple pointer comparison is done.
*
@@ -3582,7 +3582,7 @@
*
* \param cb The callback that was used for the original register.
* \param data Data to pass to the matcher. May be NULL and does NOT need to be an ao2 object.
- * If NULL, all monitors with the provided callbck are unregistered.
+ * If NULL, all monitors with the provided callback are unregistered.
* \param matches Matcher function that returns true if ao2_data matches the previously
* registered data object. If NULL, a simple pointer comparison is done.
*
--
To view, visit https://gerrit.asterisk.org/c/asterisk/+/16787
To unsubscribe, or for help writing mail filters, visit https://gerrit.asterisk.org/settings
Gerrit-Project: asterisk
Gerrit-Branch: master
Gerrit-Change-Id: I4ecb3bcf94caad140dff9285189248d5d6777106
Gerrit-Change-Number: 16787
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/32aa52db/attachment.html>
More information about the asterisk-code-review
mailing list