mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +01:00
utils: Fix typos (found by codespell)
Signed-off-by: Stefan Weil <sw@weilnetz.de>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user