diff --git a/main.py b/main.py index ad6a766..6b9f6aa 100644 --- a/main.py +++ b/main.py @@ -244,7 +244,7 @@ class Berry(App): code_editor.language = theme_mappings.get(file_extension, None) code_editor.disabled = False except UnicodeDecodeError: - code_editor.text = "This file is in binary, it can't be openned. Sorry." + code_editor.text = "This file is in binary, it can't be opened. Sorry." code_editor.language = None code_editor.disabled = True