Skip to content

Commit 9a83052

Browse files
committed
Fix spelling
1 parent e63c00b commit 9a83052

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pysweeper.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ def __init__(self, master=None):
133133
self.frame12 = ttk.Frame(self.toplevel4)
134134
self.labelframe2 = ttk.Labelframe(self.frame12)
135135
self.text1 = ScrolledText(self.labelframe2)
136-
_text_ = '''pysweeper, PSPgo support\nPlease select a COM port and press [Start Service].\n'''
136+
_text_ = '''pysweeper, PSP Go support\nPlease select a COM port and press [Start Service].\n'''
137137
self.text1.insert('0.0', _text_)
138138
self.text1.configure(blockcursor='false', height='10', insertunfocussed='hollow', relief='flat')
139139
self.text1.configure(state='disabled', width='52')

0 commit comments

Comments
 (0)