Skip to content

Commit 822c478

Browse files
committed
FFF couple typos
1 parent d2d8e92 commit 822c478

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Mopy/bash/basher/gui_fomod.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ def __init__(self, parent_window, installer, page_size, pos):
5555
# while the parser is running to return the _actual_ next page
5656
self.block_change = True
5757
# 'finishing' is to allow the "Next" button to be used
58-
# when it's name is changed to 'Finish' on the last page of the wizard
58+
# when its name is changed to 'Finish' on the last page of the wizard
5959
self.finishing = False
6060
# saving this list allows for faster processing of the files the fomod
6161
# installer will return.

Mopy/bash/fomod.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ def _test_file_condition(self, file_name, file_type):
278278
actual_type = "Inactive"
279279
if actual_type != file_type:
280280
raise FailedCondition(
281-
"File {} should be {} but is {} intead.".format(
281+
"File {} should be {} but is {} instead.".format(
282282
file_name, file_type, actual_type
283283
)
284284
)

0 commit comments

Comments
 (0)