summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xplugins/server_utils.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/server_utils.py b/plugins/server_utils.py
index 46a8cf4..e2271ba 100755
--- a/plugins/server_utils.py
+++ b/plugins/server_utils.py
@@ -114,6 +114,6 @@ def execNRPECommand(host,
else:
print "Failed to execute NRPE command '%s' in host '%s' " \
"\nError : %s" \
- "Make sure NPRE server in host '%s' is configured to accept " \
+ "Make sure NRPE server in host '%s' is configured to accept " \
"requests from Nagios server" % (command, host, outputStr, host)
sys.exit(utils.PluginStatusCode.CRITICAL)