[Asterisk-code-review] spelling: attributes (asterisk[master])
Josh Soref
asteriskteam at digium.com
Sun Nov 7 00:04:01 CDT 2021
Josh Soref has uploaded this change for review. ( https://gerrit.asterisk.org/c/asterisk/+/16751 )
Change subject: spelling: attributes
......................................................................
spelling: attributes
Change-Id: I88d668ea09606fc4977a9af760fcc85fc358e1a7
---
M res/res_smdi.c
1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/51/16751/1
diff --git a/res/res_smdi.c b/res/res_smdi.c
index e34f4f3..5b448a17 100644
--- a/res/res_smdi.c
+++ b/res/res_smdi.c
@@ -1071,7 +1071,7 @@
/* get the current attributes from the port */
if (tcgetattr(iface->fd, &iface->mode)) {
- ast_log(LOG_ERROR, "Error getting atributes of %s (%s)\n", iface->name, strerror(errno));
+ ast_log(LOG_ERROR, "Error getting attributes of %s (%s)\n", iface->name, strerror(errno));
continue;
}
--
To view, visit https://gerrit.asterisk.org/c/asterisk/+/16751
To unsubscribe, or for help writing mail filters, visit https://gerrit.asterisk.org/settings
Gerrit-Project: asterisk
Gerrit-Branch: master
Gerrit-Change-Id: I88d668ea09606fc4977a9af760fcc85fc358e1a7
Gerrit-Change-Number: 16751
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/54135a98/attachment.html>
More information about the asterisk-code-review
mailing list