]> granicus.if.org Git - icinga2/commitdiff
Docs: Fix typo in Notification object
authorMirco Bauer <meebey@meebey.net>
Fri, 19 Aug 2016 10:10:07 +0000 (12:10 +0200)
committerMichael Friedrich <michael.friedrich@netways.de>
Fri, 19 Aug 2016 11:14:12 +0000 (13:14 +0200)
fixes #12488

Signed-off-by: Michael Friedrich <michael.friedrich@netways.de>
doc/9-object-types.md

index 25eb0f8edf4fabda5743dc1504f4306876b98391..6656362621fc811436dd78c85a9bbc6edc05ef8a 100644 (file)
@@ -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).