]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
rest-api: Code out of sync with the model 99/3399/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:02:24 +0000 (13:02 -0500)
Change-Id: Idccaa26fd4a423d47d013ee592b8fa6a0349c006

res/ari/resource_channels.h

index 5bb6f7f1ed7054a4a51725b8760c9ce744899abc..dd20415ff3c39b29919000fd641ab9352eeab721 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;
 };
 /*!
@@ -143,7 +143,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;
 };
 /*!