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

Josh Soref asteriskteam at digium.com
Sun Nov 7 00:17:23 CDT 2021


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


Change subject: spelling: stateful
......................................................................

spelling: stateful

Change-Id: I856fb947e00ebb37b5a094a7583be045c0f3204a
---
M include/asterisk/framehook.h
M res/res_pjsip_registrar.c
2 files changed, 2 insertions(+), 2 deletions(-)



  git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/09/17209/1

diff --git a/include/asterisk/framehook.h b/include/asterisk/framehook.h
index 7cf731d..2dc78f8 100644
--- a/include/asterisk/framehook.h
+++ b/include/asterisk/framehook.h
@@ -56,7 +56,7 @@
 	a channel. Once attached to the channel, the FrameHook will call the event_callback
 	function each time a frame is written or read on the channel.  A custom data
 	pointer can be provided to this function to store on the FrameHook as well.  This
-	pointer can be used to keep up with any statefull information associated with the FrameHook
+	pointer can be used to keep up with any stateful information associated with the FrameHook
 	and is provided during the event_callback function.  The destroy_callback function is optional.
 	This function exists so any custom data stored on the FrameHook can be destroyed before
 	the Framehook if destroyed.
diff --git a/res/res_pjsip_registrar.c b/res/res_pjsip_registrar.c
index d7197af..5f58155 100644
--- a/res/res_pjsip_registrar.c
+++ b/res/res_pjsip_registrar.c
@@ -647,7 +647,7 @@
 }
 
 struct aor_core_response {
-	/*! Tx data to use for statefull response.  NULL for stateless response. */
+	/*! Tx data to use for stateful response.  NULL for stateless response. */
 	pjsip_tx_data *tdata;
 	/*! SIP response code to send in stateless response */
 	int code;

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

Gerrit-Project: asterisk
Gerrit-Branch: master
Gerrit-Change-Id: I856fb947e00ebb37b5a094a7583be045c0f3204a
Gerrit-Change-Number: 17209
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/a262ba4f/attachment-0001.html>


More information about the asterisk-code-review mailing list