[Asterisk-code-review] spelling: relies (asterisk[master])
Josh Soref
asteriskteam at digium.com
Sun Nov 7 00:15:47 CDT 2021
Josh Soref has uploaded this change for review. ( https://gerrit.asterisk.org/c/asterisk/+/17149 )
Change subject: spelling: relies
......................................................................
spelling: relies
Change-Id: Id335792d1b877555fe00e3759ada63bf21eebfc7
---
M include/asterisk/threadpool.h
1 file changed, 2 insertions(+), 2 deletions(-)
git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/49/17149/1
diff --git a/include/asterisk/threadpool.h b/include/asterisk/threadpool.h
index 77ab8a8..69daf7f 100644
--- a/include/asterisk/threadpool.h
+++ b/include/asterisk/threadpool.h
@@ -246,7 +246,7 @@
*
* While it guarantees that each task will complete before executing the next,
* there is no guarantee as to which thread from the \c pool individual tasks
- * will execute. This normally only matters if your code relys on thread
+ * will execute. This normally only matters if your code relies on thread
* specific information, such as thread locals.
*
* Use ast_taskprocessor_unreference() to dispose of the returned \ref
@@ -274,7 +274,7 @@
*
* While it guarantees that each task will complete before executing the next,
* there is no guarantee as to which thread from the \c pool individual tasks
- * will execute. This normally only matters if your code relys on thread
+ * will execute. This normally only matters if your code relies on thread
* specific information, such as thread locals.
*
* Use ast_taskprocessor_unreference() to dispose of the returned \ref
--
To view, visit https://gerrit.asterisk.org/c/asterisk/+/17149
To unsubscribe, or for help writing mail filters, visit https://gerrit.asterisk.org/settings
Gerrit-Project: asterisk
Gerrit-Branch: master
Gerrit-Change-Id: Id335792d1b877555fe00e3759ada63bf21eebfc7
Gerrit-Change-Number: 17149
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/347f3e45/attachment.html>
More information about the asterisk-code-review
mailing list