]> 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:50:59 +0000 (13:50 +0100)
fixes #8763

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

index 53727d05b5d5a596d3bd4d98da37028c8ade70f4..e36143b33dadf10522667f32b6ba2c565da9a8a7 100644 (file)
@@ -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.