[Asterisk-code-review] spelling: update (asterisk[master])
Josh Soref
asteriskteam at digium.com
Sun Nov 7 00:21:18 CDT 2021
Josh Soref has uploaded this change for review. ( https://gerrit.asterisk.org/c/asterisk/+/17284 )
Change subject: spelling: update
......................................................................
spelling: update
Change-Id: I4365c5268d37d27cff4d280f8f3c88db3558c717
---
M main/stasis_cache.c
1 file changed, 2 insertions(+), 2 deletions(-)
git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/84/17284/1
diff --git a/main/stasis_cache.c b/main/stasis_cache.c
index 51b2c5a..9c8f8e7 100644
--- a/main/stasis_cache.c
+++ b/main/stasis_cache.c
@@ -463,7 +463,7 @@
*
* \return Previous stasis entry snapshot.
*/
-static struct stasis_message *cache_udpate(struct stasis_cache_entry *cached_entry, const struct ast_eid *eid, struct stasis_message *new_snapshot)
+static struct stasis_message *cache_update(struct stasis_cache_entry *cached_entry, const struct ast_eid *eid, struct stasis_message *new_snapshot)
{
struct stasis_message *old_snapshot;
int is_remote;
@@ -528,7 +528,7 @@
}
} else if (cached_entry) {
/* Update snapshot in cache */
- snapshots.old = cache_udpate(cached_entry, eid, new_snapshot);
+ snapshots.old = cache_update(cached_entry, eid, new_snapshot);
} else {
/* Insert into the cache */
cached_entry = cache_entry_create(type, id, new_snapshot);
--
To view, visit https://gerrit.asterisk.org/c/asterisk/+/17284
To unsubscribe, or for help writing mail filters, visit https://gerrit.asterisk.org/settings
Gerrit-Project: asterisk
Gerrit-Branch: master
Gerrit-Change-Id: I4365c5268d37d27cff4d280f8f3c88db3558c717
Gerrit-Change-Number: 17284
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/45d42581/attachment.html>
More information about the asterisk-code-review
mailing list