From e50e951710b4f3342780ad541c4bdc3d16f707dd Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Sun, 29 Aug 2021 13:41:10 +0200 Subject: include/notifications/notifications.h: Typo fix in comment. --- include/notifications/notifications.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/notifications/notifications.h b/include/notifications/notifications.h index a76ec45..af6d21f 100644 --- a/include/notifications/notifications.h +++ b/include/notifications/notifications.h @@ -71,7 +71,7 @@ public: @see Engine::supports_actions() */ void add_action (const std::string& action, const std::string& label); - /** Sets the closed callback. This will be called exactly once. After notification dissapear */ + /** Sets the closed callback. This will be called exactly once. After notification disappears */ void set_closed_callback (std::function); /** Sets the time-out callback. This will be called exactly once. */ -- cgit v1.2.3