[Asterisk-code-review] spelling: constants (asterisk[master])
Josh Soref
asteriskteam at digium.com
Sun Nov 7 00:05:15 CDT 2021
Josh Soref has uploaded this change for review. ( https://gerrit.asterisk.org/c/asterisk/+/16825 )
Change subject: spelling: constants
......................................................................
spelling: constants
Change-Id: I2860d0f91125fa3bc5ce1898bfeb9e5ca65f65f1
---
M channels/console_gui.c
M channels/console_video.c
2 files changed, 2 insertions(+), 2 deletions(-)
git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/25/16825/1
diff --git a/channels/console_gui.c b/channels/console_gui.c
index 1db7c99..c72a805 100644
--- a/channels/console_gui.c
+++ b/channels/console_gui.c
@@ -231,7 +231,7 @@
* below the source windows
*/
-/* costants defined to describe status of devices */
+/* constants defined to describe status of devices */
#define IS_PRIMARY 1
#define IS_SECONDARY 2
#define IS_ON 4
diff --git a/channels/console_video.c b/channels/console_video.c
index 0a61bdf..b7dcd8d 100644
--- a/channels/console_video.c
+++ b/channels/console_video.c
@@ -173,7 +173,7 @@
struct fbuf_t *dev_buf; /* buffer for incoming data */
struct timeval last_frame; /* when we read the last frame ? */
int status_index; /* what is the status of the device (source) */
- /* status index is set using the IS_ON, IS_PRIMARY and IS_SECONDARY costants */
+ /* status index is set using the IS_ON, IS_PRIMARY and IS_SECONDARY constants */
/* status_index is the index of the status message in the src_msgs array in console_gui.c */
};
--
To view, visit https://gerrit.asterisk.org/c/asterisk/+/16825
To unsubscribe, or for help writing mail filters, visit https://gerrit.asterisk.org/settings
Gerrit-Project: asterisk
Gerrit-Branch: master
Gerrit-Change-Id: I2860d0f91125fa3bc5ce1898bfeb9e5ca65f65f1
Gerrit-Change-Number: 16825
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/f461ad23/attachment-0001.html>
More information about the asterisk-code-review
mailing list