summaryrefslogtreecommitdiff
path: root/rest-api/api-docs
diff options
context:
space:
mode:
authorJason Parker <jparker@digium.com>2013-06-21 18:54:49 +0000
committerJason Parker <jparker@digium.com>2013-06-21 18:54:49 +0000
commit3a493017c4fa77779e1cdeeba859cf2f1948037e (patch)
treec415b7d87511e707333f39adeae787912453c7aa /rest-api/api-docs
parent797f71284544f17ff16cc2cd64691d3883c40263 (diff)
Fix typo.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@392464 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'rest-api/api-docs')
-rw-r--r--rest-api/api-docs/channels.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/rest-api/api-docs/channels.json b/rest-api/api-docs/channels.json
index 595b17e24..4b35f155e 100644
--- a/rest-api/api-docs/channels.json
+++ b/rest-api/api-docs/channels.json
@@ -579,7 +579,7 @@
},
{
"code": 409,
- "reason": "The channel is currently bridges with other channels."
+ "reason": "The channel is currently bridged with other channels."
}
]
}