From b4f717cba3bc21bf3cb33de8a381f20cbe85b5d8 Mon Sep 17 00:00:00 2001 From: David Zeuthen Date: Mon, 6 Apr 2009 17:08:51 -0400 Subject: [PATCH] fix grammar/spelling for ATA SMART output in devkit-disks(1) --- tools/devkit-disks.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/devkit-disks.c b/tools/devkit-disks.c index 8230610..ffdbb49 100644 --- a/tools/devkit-disks.c +++ b/tools/devkit-disks.c @@ -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"); -- 2.7.4