From: Mirco Bauer Date: Fri, 19 Aug 2016 10:10:07 +0000 (+0200) Subject: Docs: Fix typo in Notification object X-Git-Tag: v2.5.0~10 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=61a1986597107dfdadf4e88e49765febbd871831;p=icinga2 Docs: Fix typo in Notification object fixes #12488 Signed-off-by: Michael Friedrich --- diff --git a/doc/9-object-types.md b/doc/9-object-types.md index 25eb0f8ed..665636262 100644 --- a/doc/9-object-types.md +++ b/doc/9-object-types.md @@ -1075,7 +1075,7 @@ Runtime Attributes: Name | Type | Description --------------------------|---------------|----------------- last\_notification | Number | When the last notification was sent for this Notification object (as a UNIX timestamp). - next\_notifcation | Number | When the next notification is going to be sent for this assuming the associated host/service is still in a non-OK state (as a UNIX timestamp). + next\_notification | Number | When the next notification is going to be sent for this assuming the associated host/service is still in a non-OK state (as a UNIX timestamp). notification\_number | Number | The notification number last\_problem\_notification | Number | When the last notification was sent for a problem (as a UNIX timestamp).