From f9121c18673a58cb9b1820656f82e05b1ac4b7b8 Mon Sep 17 00:00:00 2001 From: Jordan Wiens Date: Wed, 17 Jun 2020 15:23:44 -0400 Subject: many spelling fixes --- python/log.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python/log.py') diff --git a/python/log.py b/python/log.py index 5afc479e..f88d9fbd 100644 --- a/python/log.py +++ b/python/log.py @@ -44,7 +44,7 @@ def log(level, text): ============ ======== ======================================================================= LogLevelName LogLevel Description ============ ======== ======================================================================= - DebugLog 0 Logs debuging information messages to the console. + DebugLog 0 Logs debugging information messages to the console. InfoLog 1 Logs general information messages to the console. WarningLog 2 Logs message to console with **Warning** icon. ErrorLog 3 Logs message to console with **Error** icon, focusing the error console. -- cgit v1.3.1