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

Josh Soref asteriskteam at digium.com
Sun Nov 7 00:16:03 CDT 2021


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


Change subject: spelling: requires
......................................................................

spelling: requires

Change-Id: Ic18f7085aa9cee8302d791ebf6a7311f87979d19
---
M res/res_phoneprov.c
1 file changed, 1 insertion(+), 1 deletion(-)



  git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/57/17157/1

diff --git a/res/res_phoneprov.c b/res/res_phoneprov.c
index c56da4a..7757aa3 100644
--- a/res/res_phoneprov.c
+++ b/res/res_phoneprov.c
@@ -1074,7 +1074,7 @@
 	AST_STANDARD_APP_ARGS(args, data);
 
 	if (ast_strlen_zero(args.mac) || ast_strlen_zero(args.template)) {
-		ast_log(LOG_WARNING, "PP_EACH_EXTENSION requries both a macaddress and template filename.\n");
+		ast_log(LOG_WARNING, "PP_EACH_EXTENSION requires both a macaddress and template filename.\n");
 		return 0;
 	}
 

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

Gerrit-Project: asterisk
Gerrit-Branch: master
Gerrit-Change-Id: Ic18f7085aa9cee8302d791ebf6a7311f87979d19
Gerrit-Change-Number: 17157
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/1d65ef6d/attachment.html>


More information about the asterisk-code-review mailing list