/**
* @brief Turns the modem on/off.
- * @details <b> Sync (or) Async: </b> This is a Synchronous API. \n
+ * @details <b> Sync (or) Async: </b> This is an Asynchronous API. \n
*
* <b> Prospective Clients: </b> External Apps. \n
*
/**
* @brief Gets the flight mode
+ * @details <b> Sync (or) Async: </b> This is an Asynchronous API. \n
+ *
+ * <b> Prospective Clients: </b> External Apps. \n
*
* @since_tizen 2.3
* @privlevel public
/**
* @brief Gets ME version information.
*
- * @details <b> Sync (or) Async: </b> This is a Synchronous API.\n
+ * @details <b> Sync (or) Async: </b> This is an Asynchronous API.\n
*
* <b> Prospective Clients: </b> External Apps.\n
*
/**
* @brief Gets the ME ESN/MEID for each phone type.
*
- * @details <b> Sync (or) Async: </b> This is a Synchronous API. \n
+ * @details <b> Sync (or) Async: </b> This is an Asynchronous API. \n
*
* <b> Prospective Clients: </b> External Apps. \n
*
/**
* @brief Checks the modem power status.
*
- * @details <b> Sync (or) Async: </b> This is an Asynchronous API. \n
+ * @details <b> Sync (or) Async: </b> This is a Synchronous API. \n
*
* <b> Prospective Clients: </b> Embedded call application.
*
/**
* @brief Gets the Subscription which is configured as 'default' Data Subscription.
*
- * @details <b> Sync (or) Async: </b> This is an Asynchronous API. \n
+ * @details <b> Sync (or) Async: </b> This is a Synchronous API. \n
*
* <b> Prospective Clients: </b> External Apps.
*
/**
* @brief This function is called to get the Subscription which is configured as 'default' Subscription for CS (Voice).
*
- * @details <b> Sync (or) Async: </b> This is an Asynchronous API. \n
+ * @details <b> Sync (or) Async: </b> This is a Synchronous API. \n
*
* <b> Prospective Clients: </b> External Apps.
*
*
* @details Access to this API is limited to in-house applications. \n
*
- * <b> Sync (or) Async: </b> This is a Asynchronous API. \n
+ * <b> Sync (or) Async: </b> This is an Asynchronous API. \n
*
* <b> Prospective Clients: </b> External Apps. \n
*
*
* @details Access to this API is limited to in-house applications and phonebook-engine APIs are recommended instead. \n
*
- * <b> Sync (or) Async: </b> This is a synchronous API. \n
+ * <b> Sync (or) Async: </b> This is a Synchronous API. \n
*
* <b> Prospective Clients: </b> External Apps. \n
*
*
* This function makes a Dbus method call to the Telephony Server and gets an immediate feedback. \n
*
- * <b> Sync (or) Async: </b> This is a synchronous API. \n
+ * <b> Sync (or) Async: </b> This is a Synchronous API. \n
*
* <b> Prospective Clients: </b> SAT-UI. \n
*
* @breif Gets the list of application on UICC.
* @details It is possible to have multiple applications on single UICC.
*
- * <b> Sync (or) Async: </b> This is Synchronous API.
+ * <b> Sync (or) Async: </b> This is a Synchronous API.
*
* @since_tizen 2.4
* @privlevel public
* @breif Gets the IMPI(IMS private user identity). (ISIM only)
* @details Private user identity of the user.
*
- * <b> Sync (or) Async: </b> This is Asynchronous API.
+ * <b> Sync (or) Async: </b> This is an Asynchronous API.
*
* @since_tizen 2.4
* @privlevel public
* @breif Gets the IMPU(IMS public user identity). (ISIM only)
* @details SIP URI by which other parties know the subscriber.
*
- * <b> Sync (or) Async: </b> This is Asynchronous API.
+ * <b> Sync (or) Async: </b> This is an Asynchronous API.
*
* @since_tizen 2.4
* @privlevel public
* @breif Gets the Domain(Home Network Domain Name). (ISIM only)
* @details Home Network Domain Name.
*
- * <b> Sync (or) Async: </b> This is Asynchronous API.
+ * <b> Sync (or) Async: </b> This is an Asynchronous API.
*
* @since_tizen 2.4
* @privlevel public
* @details Address of Proxy Call Session Control Function, in the format of a FQDN, an IPv4 address, or an IPv6 address. \n
* A UE supporting IMS Local Breakout shall use this EF only if EFIST indicates that service n=5 is "available".
*
- * <b> Sync (or) Async: </b> This is Asynchronous API.
+ * <b> Sync (or) Async: </b> This is an Asynchronous API.
*
* @since_tizen 2.4
* @privlevel public
* @details This EF indicates which optional services are available. \n
* If a service is not indicated as available in the ISIM, the ME shall not select this service.
*
- * <b> Sync (or) Async: </b> This is Asynchronous API.
+ * <b> Sync (or) Async: </b> This is an Asynchronous API.
*
* @since_tizen 2.4
* @privlevel public
* @see #TAPI_NOTI_NETWORK_SIGNALSTRENGTH
*/
struct tel_noti_network_signal_strength {
- int dbm; /**< Signal Strenght in dBm */
+ int dbm; /**< Signal Strength in dBm */
};
/**
%define major 0
%define minor 8
-%define patchlevel 17
+%define patchlevel 18
Name: libtapi
Version: %{major}.%{minor}.%{patchlevel}