[Asterisk-code-review] spelling: enough (asterisk[master])
Josh Soref
asteriskteam at digium.com
Sun Nov 7 00:07:41 CDT 2021
Josh Soref has uploaded this change for review. ( https://gerrit.asterisk.org/c/asterisk/+/16905 )
Change subject: spelling: enough
......................................................................
spelling: enough
Change-Id: Iaf219ef8dd3de8ded594c1a029372c9ec1a5aaee
---
M res/res_pjsip_header_funcs.c
1 file changed, 2 insertions(+), 2 deletions(-)
git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/05/16905/1
diff --git a/res/res_pjsip_header_funcs.c b/res/res_pjsip_header_funcs.c
index 4b12079..1faf2a1 100644
--- a/res/res_pjsip_header_funcs.c
+++ b/res/res_pjsip_header_funcs.c
@@ -311,7 +311,7 @@
pj_hdr_string_len = pjsip_hdr_print_on(hdr, pj_hdr_string, data->len - 1);
if (pj_hdr_string_len == -1) {
ast_log(AST_LOG_ERROR,
- "Not enought buffer space in pjsip_hdr_print_on\n");
+ "Not enough buffer space in pjsip_hdr_print_on\n");
return -1;
}
pj_hdr_string[pj_hdr_string_len] = '\0';
@@ -411,7 +411,7 @@
pj_hdr_string_len = pjsip_hdr_print_on(hdr, pj_hdr_string, data->len - 1);
if (pj_hdr_string_len == -1) {
ast_log(AST_LOG_ERROR,
- "Not enought buffer space in pjsip_hdr_print_on\n");
+ "Not enough buffer space in pjsip_hdr_print_on\n");
return -1;
}
--
To view, visit https://gerrit.asterisk.org/c/asterisk/+/16905
To unsubscribe, or for help writing mail filters, visit https://gerrit.asterisk.org/settings
Gerrit-Project: asterisk
Gerrit-Branch: master
Gerrit-Change-Id: Iaf219ef8dd3de8ded594c1a029372c9ec1a5aaee
Gerrit-Change-Number: 16905
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/dd9947ab/attachment.html>
More information about the asterisk-code-review
mailing list