From 36a3ac1021743438208aa305c36c6f7e6540a9f1 Mon Sep 17 00:00:00 2001 From: dlukes <dlukes@4ea69e1a-61f1-4043-bf83-b5c94c648137> Date: Tue, 29 Dec 2009 17:35:30 +0000 Subject: [PATCH] Typo correction git-svn-id: https://smartmontools.svn.sourceforge.net/svnroot/smartmontools/trunk@3012 4ea69e1a-61f1-4043-bf83-b5c94c648137 --- smartmontools/atacmds.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/smartmontools/atacmds.cpp b/smartmontools/atacmds.cpp index 6dc02ebf4..eba136d83 100644 --- a/smartmontools/atacmds.cpp +++ b/smartmontools/atacmds.cpp @@ -2222,7 +2222,7 @@ int ataReadSCTTempHist(ata_device * device, ata_sct_temperature_history_table * return -1; if (!(sts->ext_status_code == 0 && sts->action_code == 5 && sts->function_code == 1)) { - pout("Error unexcepted SCT status 0x%04x (action_code=%u, function_code=%u)\n", + pout("Error unexpected SCT status 0x%04x (action_code=%u, function_code=%u)\n", sts->ext_status_code, sts->action_code, sts->function_code); return -1; } -- GitLab