From: Abhimanyu Swami Date: Thu, 29 May 2025 06:09:56 +0000 (+0530) Subject: Fix typos X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F15%2F325215%2F1;p=platform%2Fhal%2Fapi%2Flocation.git Fix typos Change-Id: I38aebf84f9ad2b44718a5b15cb92f200fd8944c5 (cherry picked from commit 6f101cfa6534c1e88c64afff824c9dee436a7bdf) --- diff --git a/include/hal-location-interface-1.h b/include/hal-location-interface-1.h index a160322..ab956cd 100644 --- a/include/hal-location-interface-1.h +++ b/include/hal-location-interface-1.h @@ -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; /**