lib/naughty/init.lua: Fix typo on "screen" (#3456)

Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
This commit is contained in:
Elyes HAOUAS 2021-10-05 21:13:33 +02:00 committed by GitHub
parent 54a5a7dce5
commit f81723733c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ naughty.notification = require("naughty.notification")
--
local function screen_fallback()
if capi.screen.count() == 0 then
gdebug.print_warning("An error occurred before a scrren was added")
gdebug.print_warning("An error occurred before a screen was added")
-- Private API to scan for screens now.
if #screen._viewports() == 0 then