From f76f5b1c1daf7a397a8ce8c992e62b11483aa8ae Mon Sep 17 00:00:00 2001 From: Eric Lippmann Date: Mon, 16 Sep 2013 14:59:45 +0200 Subject: [PATCH] Command: Fix docstring for excludeHost refs #4580 --- library/Icinga/Protocol/Commandpipe/Command.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/Icinga/Protocol/Commandpipe/Command.php b/library/Icinga/Protocol/Commandpipe/Command.php index 9dc1e9937..bcba3aa2c 100644 --- a/library/Icinga/Protocol/Commandpipe/Command.php +++ b/library/Icinga/Protocol/Commandpipe/Command.php @@ -100,7 +100,7 @@ abstract class Command } /** - * Set whether this command only affects those services beyond a host + * Set whether this command only affects the services associated with a particular host * * @param bool $state * @return self