Fix API description typo "interger" to "integer".
Change-Id: I79c00451dc3eadb72751b6bbfb2282d64fcd3618
Signed-off-by: Yunhee Seo <yuni.seo@samsung.com>
/**
- * @brief Gets the current device's battery charge percentage as an interger value.
+ * @brief Gets the current device's battery charge percentage as an integer value.
* @details It returns an integer value from @c 0 to @c 100 that indicates remaining battery charge
* as a percentage of the maximum level.
* @since_tizen 2.3
/**
- * @brief Gets the current device's specified battery property as an interger value.
+ * @brief Gets the current device's specified battery property as an integer value.
* @details Retrieves the current battery property information (e.g., capacity, current_average, temperature, etc).
* @since_tizen 3.0
* @remarks Ensure that the provided @a value pointer is valid and has enough memory allocated.