Fix typos discovered by codespell

This commit is contained in:
Christian Clauss
2021-08-07 18:55:49 +02:00
parent 64e5d863f7
commit 25ba122168
155 changed files with 413 additions and 413 deletions

View File

@@ -31,7 +31,7 @@ def main(args=None):
print(__doc__)
sys.exit(1)
# unfortunatly we need to make an app, frame and an instance of
# unfortunately we need to make an app, frame and an instance of
# the ActiceX control in order to get the TypeInfo about it...
app = wx.App()
f = wx.Frame(None, -1, "")

View File

@@ -239,7 +239,7 @@ def __init_resources():
def __gettext_strings():
# This is a dummy function that lists all the strings that are used in
# the XRC file in the _("a string") format to be recognized by GNU
# gettext utilities (specificaly the xgettext utility) and the
# gettext utilities (specifically the xgettext utility) and the
# mki18n.py script. For more information see:
# http://wiki.wxpython.org/index.cgi/Internationalization

View File

@@ -24,7 +24,7 @@ Usage:
Where URL is a file URL and the optional DEST_DIR is a destination directory to
download to, (default is to prompt the user).
The --trusted option can be used to surpress certificate checks.
The --trusted option can be used to suppress certificate checks.
"""
from __future__ import (division, absolute_import, print_function, unicode_literals)