From: Reto Zeder Date: Mon, 16 Mar 2015 13:03:19 +0000 (+0100) Subject: Fix typo in documentation: Library reference get_host X-Git-Tag: v2.3.3~26 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8867618d199a778915c32cc998985ea6ecc7024d;p=icinga2 Fix typo in documentation: Library reference get_host fixes #8763 Signed-off-by: Jean-Marcel Flach --- diff --git a/doc/20-library-reference.md b/doc/20-library-reference.md index 53727d05b..e36143b33 100644 --- a/doc/20-library-reference.md +++ b/doc/20-library-reference.md @@ -52,7 +52,7 @@ Returns the NotificationCommand object with the specified name, or `null` if no Signature: - function get_notification_command(name); + function get_host(host_name); Returns the Host object with the specified name, or `null` if no such Host object exists.