From c2685e4e3c3e72d41f66e8abe10ad8bce9451531 Mon Sep 17 00:00:00 2001 From: Alexandre Abadie Date: Fri, 2 Oct 2020 08:15:56 +0200 Subject: [PATCH] sys/shell/sht1x: fix typo 'presicion' -> 'precision' --- sys/shell/commands/sc_sht1x.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/shell/commands/sc_sht1x.c b/sys/shell/commands/sc_sht1x.c index ca446bdf9a..939b9f8e1f 100644 --- a/sys/shell/commands/sc_sht1x.c +++ b/sys/shell/commands/sc_sht1x.c @@ -189,7 +189,7 @@ int _sht_config_handler(int argc, char **argv) "\n" " -r l/h\n" " Set resolution to low/high. Low resolution trades " - "presicion for speed\n" + "precision for speed\n" "\n" " -H y/n\n" " Turns heater on/off. Can increase temperature by up to "