[Asterisk-code-review] spelling: reserved (asterisk[master])
Josh Soref
asteriskteam at digium.com
Sun Nov 7 00:16:04 CDT 2021
Josh Soref has uploaded this change for review. ( https://gerrit.asterisk.org/c/asterisk/+/17158 )
Change subject: spelling: reserved
......................................................................
spelling: reserved
Change-Id: I661f19bff3c553e533bec2ffe67dccce6f4a97d3
---
M addons/ooh323c/src/ooh245.c
M addons/ooh323c/src/ooq931.c
M apps/app_osplookup.c
3 files changed, 3 insertions(+), 3 deletions(-)
git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/58/17158/1
diff --git a/addons/ooh323c/src/ooh245.c b/addons/ooh323c/src/ooh245.c
index 7f63656..c070ed6 100644
--- a/addons/ooh323c/src/ooh245.c
+++ b/addons/ooh323c/src/ooh245.c
@@ -194,7 +194,7 @@
/* Populate message buffer to be returned */
len = 4;
msgbuf[i++] = 3; /* TPKT version */
- msgbuf[i++] = 0; /* TPKT resevred */
+ msgbuf[i++] = 0; /* TPKT reserved */
/* 1st octet of length, will be populated once len is determined */
msgbuf[i++] = 0;
/* 2nd octet of length, will be populated once len is determined */
diff --git a/addons/ooh323c/src/ooq931.c b/addons/ooh323c/src/ooq931.c
index 5a1ac32..28c6b74 100644
--- a/addons/ooh323c/src/ooq931.c
+++ b/addons/ooh323c/src/ooq931.c
@@ -718,7 +718,7 @@
}
msgbuf[i++] = 3; /* TPKT version */
- msgbuf[i++] = 0; /* TPKT resevred */
+ msgbuf[i++] = 0; /* TPKT reserved */
/* 1st octet of length, will be populated once len is determined */
msgbuf[i++] = 0;
/* 2nd octet of length, will be populated once len is determined */
diff --git a/apps/app_osplookup.c b/apps/app_osplookup.c
index 221b7ee..ba84f4c 100644
--- a/apps/app_osplookup.c
+++ b/apps/app_osplookup.c
@@ -64,7 +64,7 @@
<para>The name of the provider that authenticates the call.</para>
</parameter>
<parameter name="options">
- <para>Reserverd.</para>
+ <para>Reserved.</para>
</parameter>
</syntax>
<description>
--
To view, visit https://gerrit.asterisk.org/c/asterisk/+/17158
To unsubscribe, or for help writing mail filters, visit https://gerrit.asterisk.org/settings
Gerrit-Project: asterisk
Gerrit-Branch: master
Gerrit-Change-Id: I661f19bff3c553e533bec2ffe67dccce6f4a97d3
Gerrit-Change-Number: 17158
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/deb26835/attachment-0001.html>
More information about the asterisk-code-review
mailing list