[Asterisk-code-review] spelling: initialized (asterisk[master])
Josh Soref
asteriskteam at digium.com
Sun Nov 7 00:10:39 CDT 2021
Josh Soref has uploaded this change for review. ( https://gerrit.asterisk.org/c/asterisk/+/16977 )
Change subject: spelling: initialized
......................................................................
spelling: initialized
Change-Id: I5f0fbf53d225ce9459e1ec75fdf59fb50330b88c
---
M channels/sip/reqresp_parser.c
1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/77/16977/1
diff --git a/channels/sip/reqresp_parser.c b/channels/sip/reqresp_parser.c
index 85bf201..6522bfd 100644
--- a/channels/sip/reqresp_parser.c
+++ b/channels/sip/reqresp_parser.c
@@ -728,7 +728,7 @@
/* clear any empty characters in the beginning */
input = ast_skip_blanks(input);
- /* make sure the output buffer is initilized */
+ /* make sure the output buffer is initialized */
*orig_output = '\0';
/* make room for '\0' at the end of the output buffer */
--
To view, visit https://gerrit.asterisk.org/c/asterisk/+/16977
To unsubscribe, or for help writing mail filters, visit https://gerrit.asterisk.org/settings
Gerrit-Project: asterisk
Gerrit-Branch: master
Gerrit-Change-Id: I5f0fbf53d225ce9459e1ec75fdf59fb50330b88c
Gerrit-Change-Number: 16977
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/431a36bd/attachment.html>
More information about the asterisk-code-review
mailing list