Merge pull request #28 from timgates42/bugfix_typo_necessary

docs: fix simple typo, neccessary -> necessary
This commit is contained in:
Martin Fitzpatrick 2023-01-23 11:03:50 +01:00 committed by GitHub
commit 14a846e60e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -277,7 +277,7 @@ class MainWindow(QMainWindow):
def update_format(self):
"""
Update the font format toolbar/actions when a new text selection is made. This is neccessary to keep
Update the font format toolbar/actions when a new text selection is made. This is necessary to keep
toolbars/etc. in sync with the current edit state.
:return:
"""