From 30b42905daa374a7588a80bc28d65c0c3dc7fa70 Mon Sep 17 00:00:00 2001 From: Emmanuel Lepage Vallee Date: Wed, 17 Jul 2019 01:50:57 -0400 Subject: [PATCH] notification: Fix a typo in the closed_reason API name. It wasn't part of a release and nobody uses that anyway. --- lib/naughty/constants.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/naughty/constants.lua b/lib/naughty/constants.lua index 6e8a1a527..def1f6eb7 100644 --- a/lib/naughty/constants.lua +++ b/lib/naughty/constants.lua @@ -81,7 +81,7 @@ ret.notification_closed_reason = { dismissedByUser = 2, --TODO v5 remove this undocumented legacy constant dismissed_by_user = 2, dismissedByCommand = 3, --TODO v5 remove this undocumented legacy constant - dismissed_by_vommand = 3, + dismissed_by_command = 3, undefined = 4 }