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

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


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


Change subject: spelling: command
......................................................................

spelling: command

Change-Id: I37f8bbf1bcf2d2e21fa1d9d3fdc161eff84e9352
---
M contrib/scripts/managerproxy.pl
M main/manager.c
2 files changed, 3 insertions(+), 3 deletions(-)



  git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/05/16805/1

diff --git a/contrib/scripts/managerproxy.pl b/contrib/scripts/managerproxy.pl
index 9752cc6..75cd6f8 100644
--- a/contrib/scripts/managerproxy.pl
+++ b/contrib/scripts/managerproxy.pl
@@ -209,10 +209,10 @@
 
 sub send_command_to_manager
 {
-    my $comando = shift;
+    my $command = shift;
     if (defined $p)
     {
-        my @lineas = split("\r\n", $comando);
+        my @lineas = split("\r\n", $command);
         foreach my $linea (@lineas)
         {
             syswrite($p, "$linea\r\n");
diff --git a/main/manager.c b/main/manager.c
index fc99c96..ab355a1 100644
--- a/main/manager.c
+++ b/main/manager.c
@@ -1273,7 +1273,7 @@
 		<description>
 			<para>The filters added are only used for the current session.
 			Once the connection is closed the filters are removed.</para>
-			<para>This comand requires the system permission because
+			<para>This command requires the system permission because
 			this command can be used to create filters that may bypass
 			filters defined in manager.conf</para>
 		</description>

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

Gerrit-Project: asterisk
Gerrit-Branch: master
Gerrit-Change-Id: I37f8bbf1bcf2d2e21fa1d9d3fdc161eff84e9352
Gerrit-Change-Number: 16805
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/9c6bbbf4/attachment-0001.html>


More information about the asterisk-code-review mailing list