diff --git a/boot.py b/boot.py index 696976a..220d155 100644 --- a/boot.py +++ b/boot.py @@ -54,4 +54,4 @@ def log(text): try: execfile('/system/microOS.py') except Exception as e: - log('An error ocurred in the system.\nError:\n'+str(e)+'\nPlease refer to the instructions at https://github.com/asherevan/microOS/wiki/Reporting%E2%80%90bugs to report this bug.') \ No newline at end of file + log('An error occurred in the system.\nError:\n'+str(e)+'\nPlease refer to the instructions at https://github.com/asherevan/microOS/wiki/Reporting%E2%80%90bugs to report this bug.') \ No newline at end of file