[Asterisk-code-review] spelling: caching (asterisk[master])

Josh Soref asteriskteam at digium.com
Sun Nov 7 00:04:36 CDT 2021


Josh Soref has uploaded this change for review. ( https://gerrit.asterisk.org/c/asterisk/+/16784 )


Change subject: spelling: caching
......................................................................

spelling: caching

Change-Id: I3d7eaafb7c2d0cd4698f2c333161464154f0ce2c
---
M utils/db1-ast/mpool/mpool.c
1 file changed, 1 insertion(+), 1 deletion(-)



  git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/84/16784/1

diff --git a/utils/db1-ast/mpool/mpool.c b/utils/db1-ast/mpool/mpool.c
index f095b27..9312d40 100644
--- a/utils/db1-ast/mpool/mpool.c
+++ b/utils/db1-ast/mpool/mpool.c
@@ -463,7 +463,7 @@
 
 	(void)fprintf(stderr, "%lu pages in the file\n", mp->npages);
 	(void)fprintf(stderr,
-	    "page size %lu, cacheing %lu pages of %lu page max cache\n",
+	    "page size %lu, caching %lu pages of %lu page max cache\n",
 	    mp->pagesize, mp->curcache, mp->maxcache);
 	(void)fprintf(stderr, "%lu page puts, %lu page gets, %lu page new\n",
 	    mp->pageput, mp->pageget, mp->pagenew);

-- 
To view, visit https://gerrit.asterisk.org/c/asterisk/+/16784
To unsubscribe, or for help writing mail filters, visit https://gerrit.asterisk.org/settings

Gerrit-Project: asterisk
Gerrit-Branch: master
Gerrit-Change-Id: I3d7eaafb7c2d0cd4698f2c333161464154f0ce2c
Gerrit-Change-Number: 16784
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/50024491/attachment.html>


More information about the asterisk-code-review mailing list