Fix typo in documentation: Library reference get_host

fixes #8763

Signed-off-by: Jean-Marcel Flach <jean-marcel.flach@netways.de>
This commit is contained in:
Reto Zeder 2015-03-16 14:03:19 +01:00 committed by Jean-Marcel Flach
parent a15740cd41
commit 8867618d19
1 changed files with 1 additions and 1 deletions

View 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.