Skip to content

Commit

Permalink
Fixed a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
a1ext committed Sep 17, 2016
1 parent 4f0c5b8 commit c6d8901
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion auto_re.py
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ def _tv_init_header(self, model):
item_header.setToolTip("Address")
model.setHorizontalHeaderItem(0, item_header)

item_header = QtGui.QStandardItem("Funcion name")
item_header = QtGui.QStandardItem("Function name")
model.setHorizontalHeaderItem(1, item_header)

item_header = QtGui.QStandardItem("API called")
Expand Down

0 comments on commit c6d8901

Please sign in to comment.