From 8fd79b4c50ac86b11a27f78c6369ae49077079cc Mon Sep 17 00:00:00 2001
From: Alexandre Abadie <alexandre.abadie@inria.fr>
Date: Sun, 25 Feb 2018 14:27:28 +0100
Subject: [PATCH] drivers/hts221: doxygen documentation typos

---
 drivers/include/hts221.h | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/drivers/include/hts221.h b/drivers/include/hts221.h
index 5bb2c5fd6d..12e3b58602 100644
--- a/drivers/include/hts221.h
+++ b/drivers/include/hts221.h
@@ -94,7 +94,7 @@ int hts221_init(hts221_t *dev, const hts221_params_t *params);
 int hts221_reboot(const hts221_t *dev);
 
 /**
- * @brief   Set device to continues measurements
+ * @brief   Set device to one shot measurement
  *
  * @param[in]  dev          device descriptor of sensor
  *
@@ -103,10 +103,10 @@ int hts221_reboot(const hts221_t *dev);
 int hts221_one_shot(const hts221_t *dev);
 
 /**
- * @brief   Set device to continues measurements
+ * @brief   Set device to continuous measurements
  *
  * @param[in]  dev          device descriptor of sensor
- * @param[in]  rate         conversion rate for continues mode
+ * @param[in]  rate         conversion rate for continuous mode
  *
  * @return                  0 on success, or error otherwise
  */
-- 
GitLab