Fix typos

This commit is contained in:
Veronica Berglyd Olsen
2025-03-22 16:32:52 +01:00
parent 4da120633e
commit cf42eeeae3
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -532,7 +532,7 @@ class GuiMain(QMainWindow):
) -> bool:
"""Open a specific document, optionally at a given line."""
if not (SHARED.hasProject and tHandle):
logger.error("Nothing to open open")
logger.error("Nothing to open")
return False
if sTitle and tLine is None: