utils: Fix typos (found by codespell)

Signed-off-by: Stefan Weil <sw@weilnetz.de>
This commit is contained in:
Stefan Weil
2016-03-26 09:53:01 +01:00
parent 6003d2d3d5
commit b5738a3878
9 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ start_instance() {
config_get_bool item "$conf" enabled 0
[ $item = 0 ] && return
echo -e "; dont edit. instead look into /etc/config/gammu\n[gammu]\n" > $conffile
echo -e "; don't edit. instead look into /etc/config/gammu\n[gammu]\n" > $conffile
config_get item "$conf" device
[ -z "$item" ] && return