a function spelling corrected

This commit is contained in:
akhil_s 2023-10-01 02:33:12 +05:30
parent 5a993a4d60
commit 9411c9fec7
1 changed files with 1 additions and 1 deletions

View File

@ -515,7 +515,7 @@ def replace_style_sheet():
os.chmod(STYLE_SHEET_PATH, 0o777)
def intialize_logging(debug):
def initialize_logging(debug):
"""
Initialize the logging framework using the Safe Eyes specific configurations.
"""