From 61a1986597107dfdadf4e88e49765febbd871831 Mon Sep 17 00:00:00 2001 From: Mirco Bauer Date: Fri, 19 Aug 2016 12:10:07 +0200 Subject: [PATCH] Docs: Fix typo in Notification object fixes #12488 Signed-off-by: Michael Friedrich --- doc/9-object-types.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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). -- 2.40.0