From ba4cf02ceb53ae84a195672a4a0d7a7aad4997d1 Mon Sep 17 00:00:00 2001 From: mr-yx <496043997@qq.com> Date: Wed, 29 Jun 2022 00:54:34 +0800 Subject: [PATCH] fixed typos Signed-off-by: mr-yx <496043997@qq.com> --- hals/hal_hota_board.h | 2 +- interfaces/kits/hota_updater.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/hals/hal_hota_board.h b/hals/hal_hota_board.h index 3e86135..1b47353 100644 --- a/hals/hal_hota_board.h +++ b/hals/hal_hota_board.h @@ -152,7 +152,7 @@ int HotaHalGetUpdateAbility(void); int HotaHalGetOtaPkgPath(char *path, int len); /** - * @brief judge deivce can auto update. + * @brief judge device can auto update. * * You need to call this function when update process init.\n * diff --git a/interfaces/kits/hota_updater.h b/interfaces/kits/hota_updater.h index 0e70343..60d1906 100644 --- a/interfaces/kits/hota_updater.h +++ b/interfaces/kits/hota_updater.h @@ -209,7 +209,7 @@ int HotaGetUpdateAbility(void); int HotaGetOtaPkgPath(char *path, int len); /** - * @brief judge deivce can auto reboot. + * @brief judge device can auto reboot. * * You need to call this function when update process init.\n *