Fix some typos

This commit is contained in:
Veronica Berglyd Olsen
2023-11-18 14:14:10 +01:00
parent ab35d1a0bf
commit 17fc370609
8 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -64,7 +64,7 @@ class GuiTextDocument(QTextDocument):
return self._syntax
##
# Metods
# Methods
##
def setTextContent(self, text: str, tHandle: str) -> None:
+1 -1
View File
@@ -97,7 +97,7 @@ class GuiMainStatus(QStatusBar):
self.addPermanentWidget(self.statsText)
# The Session Clock
# Set the mimimum width so the label doesn't rescale every second
# Set the minimum width so the label doesn't rescale every second
self.timeIcon = QLabel()
self.timeText = QLabel("")
self.timeText.setToolTip(self.tr("Session Time"))