Skip to content

Commit 7b248dd

Browse files
authored
Fixed typos in pci_chooser.py
1 parent 5350d54 commit 7b248dd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pyclassinformer/pci_chooser.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ def get_hierarychy_order(self, data, vftable_ea):
5757
target_off = off
5858
if off not in col_offs:
5959
# sometimes, mdisp is not included in COLs.
60-
# in thoses cases, get the least offset in COLs and it is treated as the offset.
60+
# in those cases, get the least offset in COLs and it is treated as the offset.
6161
target_off = 0
6262
if len(col_offs) > 0:
6363
target_off = sorted(col_offs)[0]
@@ -79,7 +79,7 @@ def OnGetLine(self, n):
7979
n = n[0]
8080
return self.items[n]
8181

82-
# for old versons of IDA
82+
# for old versions of IDA
8383
def OnSelectLine(self, n):
8484
# CH_MULTI passes a list.
8585
# Change it to integer before passing to jumpto.

0 commit comments

Comments
 (0)