diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2021-08-29 13:41:10 +0200 |
---|---|---|
committer | Robert Tari <robert@tari.in> | 2021-08-30 02:22:48 +0200 |
commit | e50e951710b4f3342780ad541c4bdc3d16f707dd (patch) | |
tree | eb2861b647f15f21c79f02f289d315f17bd348c4 /include | |
parent | ed0e4ccfed7cd7e7f9a6202a2b159b3c703bce5e (diff) | |
download | ayatana-indicator-datetime-e50e951710b4f3342780ad541c4bdc3d16f707dd.tar.gz ayatana-indicator-datetime-e50e951710b4f3342780ad541c4bdc3d16f707dd.tar.bz2 ayatana-indicator-datetime-e50e951710b4f3342780ad541c4bdc3d16f707dd.zip |
include/notifications/notifications.h: Typo fix in comment.
Diffstat (limited to 'include')
-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. */ |