Skip to content

Commit

Permalink
[BUGFIX] Fixed a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
hasherezade committed Jan 8, 2021
1 parent 251c2be commit f7b53ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ifl.py
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ class TableModel_t(QtCore.QAbstractTableModel):
COL_CALLED = 6
COL_IMPORT = 7
COL_COUNT = 8
header_names = ['Start', 'End', 'Name', 'Type', 'Args', 'Is refered by', 'Refers to', 'Imported?']
header_names = ['Start', 'End', 'Name', 'Type', 'Args', 'Is referred by', 'Refers to', 'Imported?']

# private:

Expand Down

0 comments on commit f7b53ff

Please sign in to comment.