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

Josh Soref asteriskteam at digium.com
Sun Nov 7 00:14:19 CDT 2021


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


Change subject: spelling: preempted
......................................................................

spelling: preempted

Change-Id: Id77081c4a631d8d09f2cbf084c23578cee39cebb
---
M include/asterisk/causes.h
M main/channel.c
2 files changed, 3 insertions(+), 3 deletions(-)



  git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/09/17109/1

diff --git a/include/asterisk/causes.h b/include/asterisk/causes.h
index 8db2d24..18ae0ac 100644
--- a/include/asterisk/causes.h
+++ b/include/asterisk/causes.h
@@ -42,7 +42,7 @@
 	- AST_CAUSE_MISDIALED_TRUNK_PREFIX          5
 	- AST_CAUSE_CHANNEL_UNACCEPTABLE             6
 	- AST_CAUSE_CALL_AWARDED_DELIVERED           7
-	- AST_CAUSE_PRE_EMPTED                       8
+	- AST_CAUSE_PREEMPTED                       8
 	- AST_CAUSE_NUMBER_PORTED_NOT_HERE          14
 	- AST_CAUSE_NORMAL_CLEARING                 16
 	- AST_CAUSE_USER_BUSY                       17
@@ -100,7 +100,7 @@
 #define AST_CAUSE_MISDIALED_TRUNK_PREFIX        5
 #define AST_CAUSE_CHANNEL_UNACCEPTABLE           6
 #define AST_CAUSE_CALL_AWARDED_DELIVERED         7
-#define AST_CAUSE_PRE_EMPTED                     8
+#define AST_CAUSE_PREEMPTED                     8
 #define AST_CAUSE_NUMBER_PORTED_NOT_HERE        14
 #define AST_CAUSE_NORMAL_CLEARING               16
 #define AST_CAUSE_USER_BUSY                     17
diff --git a/main/channel.c b/main/channel.c
index ee57c51..d3bca9c 100644
--- a/main/channel.c
+++ b/main/channel.c
@@ -136,7 +136,7 @@
 	{ AST_CAUSE_MISDIALED_TRUNK_PREFIX, "MISDIALED_TRUNK_PREFIX", "Misdialed trunk prefix" },
 	{ AST_CAUSE_CHANNEL_UNACCEPTABLE, "CHANNEL_UNACCEPTABLE", "Channel unacceptable" },
 	{ AST_CAUSE_CALL_AWARDED_DELIVERED, "CALL_AWARDED_DELIVERED", "Call awarded and being delivered in an established channel" },
-	{ AST_CAUSE_PRE_EMPTED, "PRE_EMPTED", "Pre-empted" },
+	{ AST_CAUSE_PREEMPTED, "PREEMPTED", "Preempted" },
 	{ AST_CAUSE_NUMBER_PORTED_NOT_HERE, "NUMBER_PORTED_NOT_HERE", "Number ported elsewhere" },
 	{ AST_CAUSE_NORMAL_CLEARING, "NORMAL_CLEARING", "Normal Clearing" },
 	{ AST_CAUSE_USER_BUSY, "USER_BUSY", "User busy" },

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

Gerrit-Project: asterisk
Gerrit-Branch: master
Gerrit-Change-Id: Id77081c4a631d8d09f2cbf084c23578cee39cebb
Gerrit-Change-Number: 17109
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/e52c55a2/attachment.html>


More information about the asterisk-code-review mailing list