From 030c0c1f13bd875370eb412b5ec99a6847d4bccf Mon Sep 17 00:00:00 2001 From: Philipp Wolfer Date: Tue, 5 Jul 2022 09:30:40 +0200 Subject: [PATCH] Minor fix to code comment --- picard/tagger.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/picard/tagger.py b/picard/tagger.py index 7b47b6d85..e862f3287 100644 --- a/picard/tagger.py +++ b/picard/tagger.py @@ -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()