diff options
author | Holger Weiss <holger@zedat.fu-berlin.de> | 2010-04-12 23:02:07 (GMT) |
---|---|---|
committer | Holger Weiss <holger@zedat.fu-berlin.de> | 2010-04-12 23:02:07 (GMT) |
commit | c63a4f726a0b6ad8cf6040f947754a81fd4683bb (patch) | |
tree | 32a4ef7a3ef258e4f76b5fd47b66d6ec2089a458 /plugins | |
parent | 753b88408833702dbcf004e00a846550c2a0e952 (diff) | |
download | monitoring-plugins-c63a4f726a0b6ad8cf6040f947754a81fd4683bb.tar.gz |
Fix typo
Diffstat (limited to 'plugins')
-rw-r--r-- | 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 | |||
278 | } | 278 | } |
279 | } | 279 | } |
280 | } | 280 | } |
281 | if(verbose) printf("%d candiate peers available\n", num_candidates); | 281 | if(verbose) printf("%d candidate peers available\n", num_candidates); |
282 | if(verbose && syncsource_found) printf("synchronization source found\n"); | 282 | if(verbose && syncsource_found) printf("synchronization source found\n"); |
283 | if(! syncsource_found){ | 283 | if(! syncsource_found){ |
284 | status = STATE_WARNING; | 284 | status = STATE_WARNING; |