Fix typos 15/325215/1
authorAbhimanyu Swami <abhimanyu1.s@samsung.com>
Thu, 29 May 2025 06:09:56 +0000 (11:39 +0530)
committerAbhimanyu Swami <abhimanyu1.s@samsung.com>
Wed, 4 Jun 2025 11:29:36 +0000 (11:29 +0000)
Change-Id: I38aebf84f9ad2b44718a5b15cb92f200fd8944c5
(cherry picked from commit 6f101cfa6534c1e88c64afff824c9dee436a7bdf)

include/hal-location-interface-1.h

index a160322497c2c13b1bbfb06a259aa0efec6e0c51..ab956cde664d23c18932343b2a51105cf514c3cc 100644 (file)
@@ -290,8 +290,8 @@ typedef enum {
     HAL_LOCATION_GPS_EVENT_DNS_LOOKUP_IND,                        /**< Request resolving host name */
     HAL_LOCATION_GPS_EVENT_AGPS_VERIFICATION_INDI,                /**< Verification indicator for AGPS is required */
     HAL_LOCATION_GPS_EVENT_FACTORY_TEST            = 0x0500,        /**< Factory test is done */
-    HAL_LOCATION_GPS_EVENT_GEOFENCE_TRANSITION    = 0x0600,        /**< Geofence transition is occured */
-    HAL_LOCATION_GPS_EVENT_GEOFENCE_STATUS,                        /**< Report geofence serivce status */
+    HAL_LOCATION_GPS_EVENT_GEOFENCE_TRANSITION    = 0x0600,        /**< Geofence transition is occurred */
+    HAL_LOCATION_GPS_EVENT_GEOFENCE_STATUS,                        /**< Report geofence service status */
     HAL_LOCATION_GPS_EVENT_ADD_GEOFENCE,                        /**< Geofence is added(Start geofence) */
     HAL_LOCATION_GPS_EVENT_DELETE_GEOFENCE,                        /**< Geofence is deleted(Stop geofence) */
     HAL_LOCATION_GPS_EVENT_PAUSE_GEOFENCE,                        /**< Geofence is paused */
@@ -530,7 +530,7 @@ typedef enum {
     HAL_LOCATION_XTRA_REQUEST_TYPE_NONE = 0x00,    /* Default value */
     HAL_LOCATION_XTRA_REQUEST_TYPE_QCOM = 0x01,    /* Request type QCOM */
     HAL_LOCATION_XTRA_REQUEST_TYPE_BRCM = 0x02,    /* Request type BRCM */
-    HAL_LOCATION_XTRA_REQEUST_TYPE_NUM,            /* Request type NUM */
+    HAL_LOCATION_XTRA_REQUEST_TYPE_NUM,            /* Request type NUM */
 } xtra_request_type_e;
 
 /**