9df78b4
--- nagios-plugins-1.4.4/plugins/check_ide_smart.c.orig	2006-10-19 03:25:16.000000000 +0300
9df78b4
+++ nagios-plugins-1.4.4/plugins/check_ide_smart.c	2006-10-26 11:28:53.000000000 +0300
9df78b4
@@ -439,7 +439,7 @@ print_values (values_t * p, thresholds_t
9df78b4
 
9df78b4
 
9df78b4
 void
9df78b4
-print_thresholds (thresholds_t * p) 
9df78b4
+smart_print_thresholds (thresholds_t * p) 
9df78b4
 {
9df78b4
 	threshold_t * threshold = p->thresholds;
9df78b4
 	int i;
9df78b4
@@ -541,7 +541,7 @@ print_help (void)
9df78b4
 void
9df78b4
 print_usage (void)
9df78b4
 {
9df78b4
-	printf (_("Usage:");
9df78b4
+  printf (_("Usage:"));
9df78b4
   printf ("%s [-d <device>] [-i <immediate>] [-q quiet] [-1 <auto-on>]",progname);
9df78b4
-  pritnf (" [-O <auto-off>] [-n <nagios>]\n");
9df78b4
+  printf (" %s\n", "[-O <auto-off>] [-n <nagios>]");
9df78b4
 }