Fix typos in comments

This commit is contained in:
Micah Lee 2019-11-28 19:30:48 -08:00
parent b473744d26
commit 5cd2fc8ff7
5 changed files with 4 additions and 8 deletions

View file

@ -85,7 +85,7 @@ class TabWidget(QtWidgets.QTabWidget):
[self.tabBar().tabRect(i).width() for i in range(self.count())]
)
# The current positoin of the new tab button
# The current position of the new tab button
pos = self.new_tab_button.pos()
# If there are so many tabs it scrolls, move the button to the left of the scroll buttons