lib/naughty/init.lua: Fix typo on "screen" (#3456)
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
This commit is contained in:
parent
54a5a7dce5
commit
f81723733c
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue