aboutsummaryrefslogtreecommitdiff
path: root/include/notifications
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2021-08-29 13:41:10 +0200
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2021-08-30 00:48:02 +0200
commitacd91856354ca198c955ac1bde02d1fa60a57397 (patch)
tree56c3e2b101382263308dbacee2e399ed8309b9bb /include/notifications
parent333149c68b58166c5ae7fc446521f9c4e23fb281 (diff)
downloadayatana-indicator-datetime-acd91856354ca198c955ac1bde02d1fa60a57397.tar.gz
ayatana-indicator-datetime-acd91856354ca198c955ac1bde02d1fa60a57397.tar.bz2
ayatana-indicator-datetime-acd91856354ca198c955ac1bde02d1fa60a57397.zip
include/notifications/notifications.h: Typo fix in comment.
Diffstat (limited to 'include/notifications')
-rw-r--r--include/notifications/notifications.h2
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. */