]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Fixed a typ.
authorDavid M. Lee <dlee@digium.com>
Tue, 12 Nov 2013 15:26:26 +0000 (15:26 +0000)
committerDavid M. Lee <dlee@digium.com>
Tue, 12 Nov 2013 15:26:26 +0000 (15:26 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/12@402738 65c4cc65-6c06-0410-ace0-fbb531ad65f3

res/ari/ari_model_validators.h
rest-api/api-docs/events.json

index afa3961d652581fd6ede449b5c0f4b45e28baf4e..8724b642ab07ea7fc3c838fe149b7b886a675954 100644 (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.
index 8692400a43dd4c4c2841529b3bcabe10f2ae46f4..9f82d19f59f4ae3496cc006489f13a6ffed247f4 100644 (file)
                },
                "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,
                },
                "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,