[Asterisk-code-review] spelling: with (asterisk[master])
Josh Soref
asteriskteam at digium.com
Sun Nov 7 00:22:01 CDT 2021
Josh Soref has uploaded this change for review. ( https://gerrit.asterisk.org/c/asterisk/+/17297 )
Change subject: spelling: with
......................................................................
spelling: with
Change-Id: Ie6cff24b59d165fd6b25d29b0a7601234849a07b
---
M pbx/pbx_dundi.c
1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/97/17297/1
diff --git a/pbx/pbx_dundi.c b/pbx/pbx_dundi.c
index 7dcee8b..eb43e9c 100644
--- a/pbx/pbx_dundi.c
+++ b/pbx/pbx_dundi.c
@@ -168,7 +168,7 @@
FLAG_DEAD = (1 << 1), /*!< Transaction is dead */
FLAG_FINAL = (1 << 2), /*!< Transaction has final message sent */
FLAG_ISQUAL = (1 << 3), /*!< Transaction is a qualification */
- FLAG_ENCRYPT = (1 << 4), /*!< Transaction is encrypted wiht ECX/DCX */
+ FLAG_ENCRYPT = (1 << 4), /*!< Transaction is encrypted with ECX/DCX */
FLAG_SENDFULLKEY = (1 << 5), /*!< Send full key on transaction */
FLAG_STOREHIST = (1 << 6), /*!< Record historic performance */
};
--
To view, visit https://gerrit.asterisk.org/c/asterisk/+/17297
To unsubscribe, or for help writing mail filters, visit https://gerrit.asterisk.org/settings
Gerrit-Project: asterisk
Gerrit-Branch: master
Gerrit-Change-Id: Ie6cff24b59d165fd6b25d29b0a7601234849a07b
Gerrit-Change-Number: 17297
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/811552c5/attachment-0001.html>
More information about the asterisk-code-review
mailing list