Code

Fix typo
authorHolger Weiss <holger@zedat.fu-berlin.de>
Mon, 12 Apr 2010 23:02:07 +0000 (01:02 +0200)
committerHolger Weiss <holger@zedat.fu-berlin.de>
Mon, 12 Apr 2010 23:02:07 +0000 (01:02 +0200)
plugins/check_ntp_peer.c

index d4689bc793b1a0826505788601b6a2add2acc44e..0512058de40e88a2f628cb7a74ae21f18ab4cef9 100644 (file)
@@ -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;