summaryrefslogtreecommitdiff
path: root/channels/chan_dahdi.c
diff options
context:
space:
mode:
authorJeff Peeler <jpeeler@digium.com>2009-04-14 16:49:12 +0000
committerJeff Peeler <jpeeler@digium.com>2009-04-14 16:49:12 +0000
commit50ecc19ca03dfc81e36ac2cc184e7862d05dffb6 (patch)
tree53b0bb764d06faa0ccd0f4451008ede7a62f17b9 /channels/chan_dahdi.c
parent1172c386471e00598af47a0689ed19f7d43b0b63 (diff)
change some capitalization
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@188378 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'channels/chan_dahdi.c')
-rw-r--r--channels/chan_dahdi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/channels/chan_dahdi.c b/channels/chan_dahdi.c
index adc7e510a..c380fd228 100644
--- a/channels/chan_dahdi.c
+++ b/channels/chan_dahdi.c
@@ -13860,7 +13860,7 @@ static char *handle_pri_service_generic(struct ast_cli_entry *e, int cmd, struct
while (tmp) {
if (tmp->pri && tmp->channel == channel) {
if (!tmp->pri->enable_service_message_support) {
- ast_cli(fd, "\n\tThis operation has not been enabled in chan_dahdi.conf, set 'service_message_support=yes' to use this operation.\n\tNote only 4ess and 5ess switch types are supported.\n\n");
+ ast_cli(fd, "\n\tThis operation has not been enabled in chan_dahdi.conf, set 'service_message_support=yes' to use this operation.\n\tNote only 4ESS and 5ESS switch types are supported.\n\n");
return CLI_SUCCESS;
}
why = -1;