ScreenSaver: Fix comment typo

Link to the right issue ;).
Typo dates back to the original commit, way back in #5928
This commit is contained in:
NiLuJe
2024-08-15 22:57:09 +02:00
parent ca546f831d
commit 0ae11f8cf4

View File

@@ -506,7 +506,7 @@ function Screensaver:show()
-- We mostly always suspend in Portrait/Inverted Portrait mode...
-- ... except when we just show an InfoMessage or when the screensaver
-- is disabled, as it plays badly with Landscape mode (c.f., #4098 and #5290).
-- is disabled, as it plays badly with Landscape mode (c.f., #4098 and #5920).
-- We also exclude full-screen widgets that work fine in Landscape mode,
-- like ReadingProgress and BookStatus (c.f., #5724)
if self:modeExpectsPortrait() then