From c63a4f726a0b6ad8cf6040f947754a81fd4683bb Mon Sep 17 00:00:00 2001 From: Holger Weiss Date: Tue, 13 Apr 2010 01:02:07 +0200 Subject: Fix typo 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; -- cgit v0.10-9-g596f