]> granicus.if.org Git - icinga2/commitdiff
Fix typo in documentation: Library reference get_host
authorReto Zeder <reto.zeder@arcade.ch>
Mon, 16 Mar 2015 13:03:19 +0000 (14:03 +0100)
committerJean-Marcel Flach <jean-marcel.flach@netways.de>
Tue, 17 Mar 2015 12:52:22 +0000 (13:52 +0100)
fixes #8763

Signed-off-by: Jean-Marcel Flach <jean-marcel.flach@netways.de>
doc/20-library-reference.md

index 43b14d01df4d0083c3740dc4f000fdd95281427b..b5fa91839f12208470130a6e816142ded886328d 100644 (file)
@@ -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.