[nagiosplug] Fix typo

Holger Weiss hweiss at users.sourceforge.net
Tue Apr 13 01:03:50 CEST 2010


 Module: nagiosplug
 Branch: master
 Commit: c63a4f726a0b6ad8cf6040f947754a81fd4683bb
 Author: Holger Weiss <holger at zedat.fu-berlin.de>
   Date: Tue Apr 13 01:02:07 2010 +0200
    URL: http://nagiosplug.git.sf.net/git/gitweb.cgi?p=nagiosplug/nagiosplug;a=commit;h=c63a4f7

Fix typo

---

 plugins/check_ntp_peer.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/plugins/check_ntp_peer.c b/plugins/check_ntp_peer.c
index d4689bc..0512058 100644
--- a/plugins/check_ntp_peer.c
+++ b/plugins/check_ntp_peer.c
@@ -278,7 +278,7 @@ int ntp_request(const char *host, double *offset, int *offset_result, double *ji
 			}
 		}
 	}
-	if(verbose) printf("%d candiate peers available\n", num_candidates);
+	if(verbose) printf("%d candidate peers available\n", num_candidates);
 	if(verbose && syncsource_found) printf("synchronization source found\n");
 	if(! syncsource_found){
 		status = STATE_WARNING;





More information about the Commits mailing list