From 4b08e8fcb30771157ea8cdb9d7ddb98b0b90c2b0 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 --- 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 25eb0f8edf4..6656362621f 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).