From: Jason Parker Date: Fri, 21 Jun 2013 18:54:49 +0000 (+0000) Subject: Fix typo. X-Git-Tag: 13.0.0-beta1~1637 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3a493017c4fa77779e1cdeeba859cf2f1948037e;p=thirdparty%2Fasterisk.git Fix typo. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@392464 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/rest-api/api-docs/channels.json b/rest-api/api-docs/channels.json index 595b17e248..4b35f155ed 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." } ] }