Fixed a typ.

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/12@402738 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
David M. Lee
2013-11-12 15:26:26 +00:00
parent 192732b83d
commit 1432a9d59d
2 changed files with 4 additions and 4 deletions

View File

@@ -919,7 +919,7 @@ ari_validator ast_ari_validate_recording_started_fn(void);
/*!
* \brief Validator for StasisEnd.
*
* Notification that a channel has left a Stasis appliction.
* Notification that a channel has left a Stasis application.
*
* \param json JSON object to validate.
* \returns True (non-zero) if valid.
@@ -937,7 +937,7 @@ ari_validator ast_ari_validate_stasis_end_fn(void);
/*!
* \brief Validator for StasisStart.
*
* Notification that a channel has entered a Stasis appliction.
* Notification that a channel has entered a Stasis application.
*
* \param json JSON object to validate.
* \returns True (non-zero) if valid.

View File

@@ -403,7 +403,7 @@
},
"StasisEnd": {
"id": "StasisEnd",
"description": "Notification that a channel has left a Stasis appliction.",
"description": "Notification that a channel has left a Stasis application.",
"properties": {
"channel": {
"required": true,
@@ -413,7 +413,7 @@
},
"StasisStart": {
"id": "StasisStart",
"description": "Notification that a channel has entered a Stasis appliction.",
"description": "Notification that a channel has entered a Stasis application.",
"properties": {
"args": {
"required": true,