Fixed typo

This commit is contained in:
Mark Qvist 2021-05-15 10:57:54 +02:00
parent a60e4fc5f1
commit 43de693f01
7 changed files with 59 additions and 11 deletions

View file

@ -11,7 +11,7 @@ import RNS
# destinations we create. Since this basic example
# is part of a range of example utilities, we'll put
# them all within the app namespace "example_utilities"
APP_NAME = "example_utilitites"
APP_NAME = "example_utilities"
# This initialisation is executed when the program is started
def program_setup(configpath):