fix grammar/spelling for ATA SMART output in devkit-disks(1)
authorDavid Zeuthen <davidz@redhat.com>
Mon, 6 Apr 2009 21:08:51 +0000 (17:08 -0400)
committerDavid Zeuthen <davidz@redhat.com>
Mon, 6 Apr 2009 21:08:51 +0000 (17:08 -0400)
tools/devkit-disks.c

index 8230610..ffdbb49 100644 (file)
@@ -1137,7 +1137,7 @@ do_show_info (const char *object_path)
 
                         if (props->drive_ata_smart_has_bad_attributes) {
                                 begin_highlight ();
-                                g_print ("      attributes:          One ore more attrinbutes exceeds threshold\n");
+                                g_print ("      attributes:          One ore more attributes exceed threshold\n");
                                 end_highlight ();
                         } else {
                                 g_print ("      attributes:          Within threshold\n");