notification: Fix a typo in the closed_reason API name.

It wasn't part of a release and nobody uses that anyway.
This commit is contained in:
Emmanuel Lepage Vallee 2019-07-17 01:50:57 -04:00
parent 1bd2c1977e
commit 30b42905da
1 changed files with 1 additions and 1 deletions

View File

@ -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
}