Fix typo 69/319469/1
authorJi-hoon Lee <dalton.lee@samsung.com>
Wed, 23 Oct 2024 12:14:06 +0000 (21:14 +0900)
committerJi-hoon Lee <dalton.lee@samsung.com>
Wed, 23 Oct 2024 12:14:15 +0000 (21:14 +0900)
Change-Id: I859a981a5c0d1624ec756bddb8373f16afcb36a6

doc/mmi-doc.h

index 66fc2f33b14dab3cb8f01b04d0ccda8dcfb81a63..ab7d974d240672b7cccec4ddc17fa811a6855a80 100644 (file)
 /**
  * @ingroup CAPI_UIX_FRAMEWORK
  * @defgroup CAPI_UIX_MMI_MODULE MMI
- * @brief The @ref CAPI_UIX_MMI_MODULE API provides control functions for client applications such as creating and runing instances of the MMI workflow through the MMI framework.
+ * @brief The @ref CAPI_UIX_MMI_MODULE API provides control functions for client applications such as creating and running instances of the MMI workflow through the MMI framework.
  *
  * @section CAPI_UIX_MMI_MODULE_HEADER Required Header
  *   \#include <mmi.h>
  *
  * @section CAPI_UIX_MMI_MODULE_OVERVIEW Overview
- * The MMI API provides control functions for client applications such as creating and runing instances of the MMI workflow through the MMI framework.
+ * The MMI API provides control functions for client applications such as creating and running instances of the MMI workflow through the MMI framework.
  * The MMI workflow collects data from various modalities, processes it, and performs the function of deriving meaningful information to provide to client applications.
  * \n
  * This API set allows you to:
  *
  * @section CAPI_UIX_MMI_COMMON_MODULE_OVERVIEW Overview
  * The MMI Common API allows you to:
- * - create/destroy various types of data objects that can be transferred beween MMI nodes, workflows and applications
+ * - create/destroy various types of data objects that can be transferred between MMI nodes, workflows and applications
  * - create/destroy attributes that are used to set the properties of MMI nodes and workflows
  * - create/destroy signals that are used to notify MMI nodes and workflows about events
  * - serialize/deserialize data objects, attributes, and signals