diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2021-08-29 13:41:10 +0200 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2021-08-30 00:48:02 +0200 |
commit | acd91856354ca198c955ac1bde02d1fa60a57397 (patch) | |
tree | 56c3e2b101382263308dbacee2e399ed8309b9bb | |
parent | 333149c68b58166c5ae7fc446521f9c4e23fb281 (diff) | |
download | ayatana-indicator-datetime-acd91856354ca198c955ac1bde02d1fa60a57397.tar.gz ayatana-indicator-datetime-acd91856354ca198c955ac1bde02d1fa60a57397.tar.bz2 ayatana-indicator-datetime-acd91856354ca198c955ac1bde02d1fa60a57397.zip |
include/notifications/notifications.h: Typo fix in comment.
-rw-r--r-- | include/notifications/notifications.h | 2 |
1 files changed, 1 insertions, 1 deletions
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<void(const std::string& action)>); /** Sets the time-out callback. This will be called exactly once. */ |