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.4.0~815 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=70cbb5a624c1e1df03a951f7ee73bec79c93b4f5;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 43b14d01d..b5fa91839 100644 --- a/doc/20-library-reference.md +++ b/doc/20-library-reference.md @@ -53,7 +53,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.