From: Yunhee Seo Date: Mon, 21 Oct 2024 07:30:56 +0000 (+0900) Subject: battery: Fix typo in API description X-Git-Tag: accepted/tizen/unified/20241128.121959^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0a048fabaaaac996ee1bdf65408baa2020f597a6;p=platform%2Fcore%2Fapi%2Fdevice.git battery: Fix typo in API description Fix API description typo "interger" to "integer". Change-Id: I79c00451dc3eadb72751b6bbfb2282d64fcd3618 Signed-off-by: Yunhee Seo --- diff --git a/include/battery.h b/include/battery.h index c8c03f0..e81b3d3 100644 --- a/include/battery.h +++ b/include/battery.h @@ -101,7 +101,7 @@ typedef enum { /** - * @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 @@ -232,7 +232,7 @@ int device_battery_get_power_source(device_battery_power_source_e *source); /** - * @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.