[Asterisk-code-review] spelling: backslashes (asterisk[master])
Josh Soref
asteriskteam at digium.com
Sun Nov 7 00:04:10 CDT 2021
Josh Soref has uploaded this change for review. ( https://gerrit.asterisk.org/c/asterisk/+/16761 )
Change subject: spelling: backslashes
......................................................................
spelling: backslashes
Change-Id: Idbc3ad3165c8ec6b60621d153a0f76af9214d4c5
---
M res/res_http_post.c
1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/61/16761/1
diff --git a/res/res_http_post.c b/res/res_http_post.c
index a77ef0d..069c102 100644
--- a/res/res_http_post.c
+++ b/res/res_http_post.c
@@ -263,7 +263,7 @@
marker += x; /* Index beyond the filename marker */
path_start = &buf[marker];
for (path_end = path_start, x = 0; x < char_in_buf-marker; x++, path_end++) {
- if ('\\' == *path_end) { /* convert backslashses to forward slashes */
+ if ('\\' == *path_end) { /* convert backslashes to forward slashes */
*path_end = '/';
}
if ('\"' == *path_end) { /* If at the end of the file name spec */
--
To view, visit https://gerrit.asterisk.org/c/asterisk/+/16761
To unsubscribe, or for help writing mail filters, visit https://gerrit.asterisk.org/settings
Gerrit-Project: asterisk
Gerrit-Branch: master
Gerrit-Change-Id: Idbc3ad3165c8ec6b60621d153a0f76af9214d4c5
Gerrit-Change-Number: 16761
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/4a739136/attachment.html>
More information about the asterisk-code-review
mailing list