Skip to content
Snippets Groups Projects
Commit 36a3ac10 authored by dlukes's avatar dlukes
Browse files

Typo correction


git-svn-id: https://smartmontools.svn.sourceforge.net/svnroot/smartmontools/trunk@3012 4ea69e1a-61f1-4043-bf83-b5c94c648137
parent 4eea0e6f
No related branches found
No related tags found
No related merge requests found
...@@ -2222,7 +2222,7 @@ int ataReadSCTTempHist(ata_device * device, ata_sct_temperature_history_table * ...@@ -2222,7 +2222,7 @@ int ataReadSCTTempHist(ata_device * device, ata_sct_temperature_history_table *
return -1; return -1;
if (!(sts->ext_status_code == 0 && sts->action_code == 5 && sts->function_code == 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); sts->ext_status_code, sts->action_code, sts->function_code);
return -1; return -1;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment