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

Josh Soref asteriskteam at digium.com
Sun Nov 7 00:06:32 CDT 2021


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


Change subject: spelling: determining
......................................................................

spelling: determining

Change-Id: Ib82caecbc678992f6f18ec442f7e4f105a37a21f
---
M include/asterisk/config_options.h
1 file changed, 1 insertion(+), 1 deletion(-)



  git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/75/16875/1

diff --git a/include/asterisk/config_options.h b/include/asterisk/config_options.h
index 4429936..81b62e0 100644
--- a/include/asterisk/config_options.h
+++ b/include/asterisk/config_options.h
@@ -125,7 +125,7 @@
 	const char *category;   /*!< A regular expression for matching categories to be allowed or denied */
 	const char *matchfield; /*!< An option name to match for this type (i.e. a 'type'-like column) */
 	const char *matchvalue; /*!< The value of the option to require for matching (i.e. 'peer' for type= in sip.conf) */
-	aco_matchvalue_func matchfunc;       /*!< A function for determing whether the option value matches (i.e. hassip= requires ast_true()) */
+	aco_matchvalue_func matchfunc;       /*!< A function for determining whether the option value matches (i.e. hassip= requires ast_true()) */
 	enum aco_category_op category_match; /*!< Whether the following category regex is a whitelist or blacklist */
 	size_t item_offset;                  /*!< The offset in the config snapshot for the global config or item config container */
 	unsigned int hidden;  /*!< Type is for internal purposes only and it and all options should not be visible to users */

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

Gerrit-Project: asterisk
Gerrit-Branch: master
Gerrit-Change-Id: Ib82caecbc678992f6f18ec442f7e4f105a37a21f
Gerrit-Change-Number: 16875
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/7ff835e3/attachment-0001.html>


More information about the asterisk-code-review mailing list