summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--inc/FLocLocationProvider.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/FLocLocationProvider.h b/inc/FLocLocationProvider.h
index 4477676..24f8371 100644
--- a/inc/FLocLocationProvider.h
+++ b/inc/FLocLocationProvider.h
@@ -230,7 +230,7 @@ public:
* @param[in] radius The monitoring radius in meters
* @param[out] regionId The ID for the registered region
* @exception E_SUCCESS The method is successful.
- * @exception E_INVALID_ARG The @c radius is not in the supported monitoring raidus range, which currently is [50, 100000] meters, @n
+ * @exception E_INVALID_ARG The @c radius is not in the supported monitoring radius range, which currently is [50, 100000] meters, @n
* else the @c radius or the latitude or the longitude of @c regionCenter is @c NaN
* @exception E_PRIVILEGE_DENIED The application does not have the privilege to call this method.
* @exception E_USER_NOT_CONSENTED The user blocks an application from using the location information.