From f81723733ca6cd8155de5f0e4735fef48da6e86f Mon Sep 17 00:00:00 2001 From: Elyes HAOUAS Date: Tue, 5 Oct 2021 21:13:33 +0200 Subject: [PATCH] lib/naughty/init.lua: Fix typo on "screen" (#3456) Signed-off-by: Elyes HAOUAS --- lib/naughty/init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/naughty/init.lua b/lib/naughty/init.lua index 7ca99016..ba23d761 100644 --- a/lib/naughty/init.lua +++ b/lib/naughty/init.lua @@ -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