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

Josh Soref asteriskteam at digium.com
Sun Nov 7 00:20:26 CDT 2021


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


Change subject: spelling: unconstrained
......................................................................

spelling: unconstrained

Change-Id: Idf44c640821fa42eaf933eaf5c066f53b5f46406
---
M main/udptl.c
1 file changed, 1 insertion(+), 1 deletion(-)



  git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/65/17265/1

diff --git a/main/udptl.c b/main/udptl.c
index 555ae69..7a0aa84 100644
--- a/main/udptl.c
+++ b/main/udptl.c
@@ -694,7 +694,7 @@
 		}
 		/* Encode the error recovery type */
 		buf[len++] = 0x80;
-		/* Span is defined as an inconstrained integer, which it dumb. It will only
+		/* Span is defined as an unconstrained integer, which it dumb. It will only
 		   ever be a small value. Treat it as such. */
 		buf[len++] = 1;
 		buf[len++] = span;

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

Gerrit-Project: asterisk
Gerrit-Branch: master
Gerrit-Change-Id: Idf44c640821fa42eaf933eaf5c066f53b5f46406
Gerrit-Change-Number: 17265
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/907da547/attachment.html>


More information about the asterisk-code-review mailing list