Minor fix to code comment

This commit is contained in:
Philipp Wolfer
2022-07-05 09:30:40 +02:00
parent f46e4ec6e1
commit 030c0c1f13

View File

@@ -299,7 +299,7 @@ class Tagger(QtWidgets.QApplication):
self.stopping = False
# On macOS temporary files get deleted after 3 days not being accessed.
# Touch these files regularly if Picard to keep them alive if Picard
# Touch these files regularly to keep them alive if Picard
# is left running for a long time.
if IS_MACOS:
periodictouch.enable_timer()