sys/shell/sht1x: fix typo 'presicion' -> 'precision'

This commit is contained in:
Alexandre Abadie 2020-10-02 08:15:56 +02:00
parent 13a897e2c7
commit c2685e4e3c
No known key found for this signature in database
GPG Key ID: 1C919A403CAE1405

View File

@ -189,7 +189,7 @@ int _sht_config_handler(int argc, char **argv)
"\n" "\n"
" -r l/h\n" " -r l/h\n"
" Set resolution to low/high. Low resolution trades " " Set resolution to low/high. Low resolution trades "
"presicion for speed\n" "precision for speed\n"
"\n" "\n"
" -H y/n\n" " -H y/n\n"
" Turns heater on/off. Can increase temperature by up to " " Turns heater on/off. Can increase temperature by up to "