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

Josh Soref asteriskteam at digium.com
Sun Nov 7 00:11:46 CDT 2021


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


Change subject: spelling: maintain
......................................................................

spelling: maintain

Change-Id: I10c85446f22eb1ae50fdab9725fc7b2005df50f7
---
M channels/console_video.c
1 file changed, 1 insertion(+), 1 deletion(-)



  git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/16/17016/1

diff --git a/channels/console_video.c b/channels/console_video.c
index 1e2fad6..235948f 100644
--- a/channels/console_video.c
+++ b/channels/console_video.c
@@ -794,7 +794,7 @@
 	updating the private device buffer in the device table */
 	for (i = 0; i < env->out.device_num; i++) {
 		p_read = grabber_read(&env->out.devices[i], env->out.fps);
-		/* it is used only if different from NULL, we mantain last good buffer otherwise */
+		/* it is used only if different from NULL, we maintain last good buffer otherwise */
 		if (p_read)
 			env->out.devices[i].dev_buf = p_read;
 	}

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

Gerrit-Project: asterisk
Gerrit-Branch: master
Gerrit-Change-Id: I10c85446f22eb1ae50fdab9725fc7b2005df50f7
Gerrit-Change-Number: 17016
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/0b616847/attachment.html>


More information about the asterisk-code-review mailing list