]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
rest-api: Code out of sync with the model 00/3400/1
authorKevin Harwell <kharwell@digium.com>
Tue, 2 Aug 2016 17:55:36 +0000 (12:55 -0500)
committerKevin Harwell <kharwell@digium.com>
Tue, 2 Aug 2016 18:04:05 +0000 (13:04 -0500)
Change-Id: Idccaa26fd4a423d47d013ee592b8fa6a0349c006

res/ari/resource_channels.h

index 951433f1312945125dfd9a818d33cfa7ae5de45a..056360f4e8523a8f9a1fabe26b7f8bacfeec33f9 100644 (file)
@@ -78,7 +78,7 @@ struct ast_ari_channels_originate_args {
        const char *other_channel_id;
        /*! The unique id of the channel which is originating this one. */
        const char *originator;
-       /*! The format name capability list to use if originator is not specified. Ex. "ulaw,slin16".  Format names an be found with "core show codecs". */
+       /*! The format name capability list to use if originator is not specified. Ex. "ulaw,slin16".  Format names can be found with "core show codecs". */
        const char *formats;
 };
 /*!
@@ -179,7 +179,7 @@ struct ast_ari_channels_originate_with_id_args {
        const char *other_channel_id;
        /*! The unique id of the channel which is originating this one. */
        const char *originator;
-       /*! The format name capability list to use if originator is not specified. Ex. "ulaw,slin16".  Format names an be found with "core show codecs". */
+       /*! The format name capability list to use if originator is not specified. Ex. "ulaw,slin16".  Format names can be found with "core show codecs". */
        const char *formats;
 };
 /*!