[Asterisk-code-review] spelling: description (asterisk[master])
Josh Soref
asteriskteam at digium.com
Sun Nov 7 00:06:26 CDT 2021
Josh Soref has uploaded this change for review. ( https://gerrit.asterisk.org/c/asterisk/+/16869 )
Change subject: spelling: description
......................................................................
spelling: description
Change-Id: Ia13e930c2b26908da9a4057bd1c2274ea77e10a8
---
M include/asterisk/frame.h
M main/xmldoc.c
M rest-api/api-docs/endpoints.json
3 files changed, 6 insertions(+), 6 deletions(-)
git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/69/16869/1
diff --git a/include/asterisk/frame.h b/include/asterisk/frame.h
index 0e623d3..55ee83a 100644
--- a/include/asterisk/frame.h
+++ b/include/asterisk/frame.h
@@ -635,7 +635,7 @@
int ast_frame_clear(struct ast_frame *frame);
/*!
- * \brief Copy the discription of a frame's subclass into the provided string
+ * \brief Copy the description of a frame's subclass into the provided string
*
* \param f The frame to get the information from
* \param subclass Buffer to fill with subclass information
@@ -648,7 +648,7 @@
char *ast_frame_subclass2str(struct ast_frame *f, char *subclass, size_t slen, char *moreinfo, size_t mlen);
/*!
- * \brief Copy the discription of a frame type into the provided string
+ * \brief Copy the description of a frame type into the provided string
*
* \param frame_type The frame type to be described
* \param ftype Buffer to fill with frame type description
diff --git a/main/xmldoc.c b/main/xmldoc.c
index adb089f..0a2c33a 100644
--- a/main/xmldoc.c
+++ b/main/xmldoc.c
@@ -1537,7 +1537,7 @@
ast_str_append(buffer, 0, "\n");
printedpara = 1;
}
- /* Parse each <value name='valuename'>desciption</value> */
+ /* Parse each <value name='valuename'>description</value> */
valname = ast_xml_get_attribute(tmp, "name");
if (valname) {
ret = 1;
@@ -2231,7 +2231,7 @@
/*!
* \internal
- * \brief Build the descripton for an item
+ * \brief Build the description for an item
*
* \param node The description node to parse
*
diff --git a/rest-api/api-docs/endpoints.json b/rest-api/api-docs/endpoints.json
index 1f77d37..bca6b0c 100644
--- a/rest-api/api-docs/endpoints.json
+++ b/rest-api/api-docs/endpoints.json
@@ -55,7 +55,7 @@
},
{
"name": "variables",
- "descriptioni": "The \"variables\" key in the body object holds technology specific key/value pairs to append to the message. These can be interpreted and used by the various resource types; for example, pjsip and sip resource types will add the key/value pairs as SIP headers,",
+ "description": "The \"variables\" key in the body object holds technology specific key/value pairs to append to the message. These can be interpreted and used by the various resource types; for example, pjsip and sip resource types will add the key/value pairs as SIP headers,",
"paramType": "body",
"required": false,
"dataType": "containers",
@@ -177,7 +177,7 @@
},
{
"name": "variables",
- "descriptioni": "The \"variables\" key in the body object holds technology specific key/value pairs to append to the message. These can be interpreted and used by the various resource types; for example, pjsip and sip resource types will add the key/value pairs as SIP headers,",
+ "description": "The \"variables\" key in the body object holds technology specific key/value pairs to append to the message. These can be interpreted and used by the various resource types; for example, pjsip and sip resource types will add the key/value pairs as SIP headers,",
"paramType": "body",
"required": false,
"dataType": "containers",
--
To view, visit https://gerrit.asterisk.org/c/asterisk/+/16869
To unsubscribe, or for help writing mail filters, visit https://gerrit.asterisk.org/settings
Gerrit-Project: asterisk
Gerrit-Branch: master
Gerrit-Change-Id: Ia13e930c2b26908da9a4057bd1c2274ea77e10a8
Gerrit-Change-Number: 16869
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/174705a6/attachment-0001.html>
More information about the asterisk-code-review
mailing list