mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2025-12-16 01:30:07 +01:00
Fix typos discovered by codespell
This commit is contained in:
@@ -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, "")
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user