summaryrefslogtreecommitdiff
path: root/res/ari/resource_channels.h
diff options
context:
space:
mode:
Diffstat (limited to 'res/ari/resource_channels.h')
-rw-r--r--res/ari/resource_channels.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/ari/resource_channels.h b/res/ari/resource_channels.h
index 951433f13..f68db2f5b 100644
--- a/res/ari/resource_channels.h
+++ b/res/ari/resource_channels.h
@@ -116,7 +116,7 @@ struct ast_ari_channels_create_args {
const char *other_channel_id;
/*! Unique ID of the calling channel */
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;
};
/*!