Fix typos.

MFC after:	2 weeks
Sponsored by:	Klara, Inc
This commit is contained in:
Edward Tomasz Napierala 2019-11-27 10:26:37 +00:00
parent 3f44ee8e99
commit 2b2710a70b

View File

@ -65,11 +65,11 @@ geteltnm(int type)
case ELMTYP_FAN:
return ("Cooling");
case ELMTYP_THERM:
return ("Temperature Sensors");
return ("Temperature Sensor");
case ELMTYP_DOORLOCK:
return ("Door Lock");
case ELMTYP_ALARM:
return ("Audible alarm");
return ("Audible Alarm");
case ELMTYP_ESCC:
return ("Enclosure Services Controller Electronics");
case ELMTYP_SCC: