[Asterisk-code-review] spelling: cacheability (asterisk[master])
Josh Soref
asteriskteam at digium.com
Sun Nov 7 00:04:34 CDT 2021
Josh Soref has uploaded this change for review. ( https://gerrit.asterisk.org/c/asterisk/+/16782 )
Change subject: spelling: cacheability
......................................................................
spelling: cacheability
Change-Id: I41fb3ead7449476f0676eed34454697b36badde2
---
M include/asterisk/devicestate.h
M include/asterisk/event_defs.h
2 files changed, 3 insertions(+), 3 deletions(-)
git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/82/16782/1
diff --git a/include/asterisk/devicestate.h b/include/asterisk/devicestate.h
index 5b2f04d..5d7e3a4 100644
--- a/include/asterisk/devicestate.h
+++ b/include/asterisk/devicestate.h
@@ -63,7 +63,7 @@
};
/*! \brief Device State Cachability
- * \note This is used to define the cachability of a device state when set.
+ * \note This is used to define the cacheability of a device state when set.
*/
enum ast_devstate_cache {
AST_DEVSTATE_NOT_CACHABLE, /*!< This device state is not cachable */
@@ -248,7 +248,7 @@
const struct ast_eid *eid;
/*! The state of the device */
enum ast_device_state state;
- /*! Flag designating the cachability of this device state */
+ /*! Flag designating the cacheability of this device state */
enum ast_devstate_cache cachable;
/*! The device and eid data is stuffed here when the struct is allocated. */
struct ast_eid stuff[0];
diff --git a/include/asterisk/event_defs.h b/include/asterisk/event_defs.h
index fd8330e..fea89ef 100644
--- a/include/asterisk/event_defs.h
+++ b/include/asterisk/event_defs.h
@@ -299,7 +299,7 @@
AST_EVENT_IE_PRESENCE_MESSAGE = 0x003c,
/*!
- * \brief Event non-cachability flag
+ * \brief Event non-cacheability flag
* Used by: All events
* Payload type: UINT
*/
--
To view, visit https://gerrit.asterisk.org/c/asterisk/+/16782
To unsubscribe, or for help writing mail filters, visit https://gerrit.asterisk.org/settings
Gerrit-Project: asterisk
Gerrit-Branch: master
Gerrit-Change-Id: I41fb3ead7449476f0676eed34454697b36badde2
Gerrit-Change-Number: 16782
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/ba74f902/attachment.html>
More information about the asterisk-code-review
mailing list