battery: Fix typo in API description 93/319293/1 accepted/tizen/unified/20241128.121959
authorYunhee Seo <yuni.seo@samsung.com>
Mon, 21 Oct 2024 07:30:56 +0000 (16:30 +0900)
committerYunhee Seo <yuni.seo@samsung.com>
Mon, 21 Oct 2024 07:30:56 +0000 (16:30 +0900)
Fix API description typo "interger" to "integer".

Change-Id: I79c00451dc3eadb72751b6bbfb2282d64fcd3618
Signed-off-by: Yunhee Seo <yuni.seo@samsung.com>
include/battery.h

index c8c03f0b3cc417faa2fc84b00a943794c879267a..e81b3d3824562f33d160789a2093359add6c5f70 100644 (file)
@@ -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.