From c9f085f4394e4875425d90e9c5d71e6a388c0b4f Mon Sep 17 00:00:00 2001 From: Uli Schlachter Date: Mon, 10 Oct 2016 21:00:20 +0200 Subject: [PATCH] Fix a broken deprecation warning (#1164) Signed-off-by: Uli Schlachter --- lib/awful/tag.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/awful/tag.lua b/lib/awful/tag.lua index 80ac67fb..7a58e49a 100644 --- a/lib/awful/tag.lua +++ b/lib/awful/tag.lua @@ -528,7 +528,7 @@ end -- @param[opt] t tag object -- @return Screen number function tag.getscreen(t) - util.deprecate("Use t.screen instead of awful.tag.setscreen(t, s)") + util.deprecate("Use t.screen instead of awful.tag.getscreen(t)") -- A new getter is not required