Holger Weiss il y a 16 ans
Parent
commit
c63a4f726a
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      plugins/check_ntp_peer.c

+ 1 - 1
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;