ses: Correct spelling of "Temperature Sensor"

According to SES 4 revision 2 table 71, it should be singular.

MFC after:	2 weeks
Sponsored by:	Axcient
This commit is contained in:
Alan Somers 2021-08-30 13:59:32 -06:00
parent 9d04336b61
commit 1fb52e4373
2 changed files with 2 additions and 2 deletions

View File

@ -62,7 +62,7 @@ geteltnm(int type)
sprintf(rbuf, "Cooling");
break;
case ELMTYP_THERM:
sprintf(rbuf, "Temperature Sensors");
sprintf(rbuf, "Temperature Sensor");
break;
case ELMTYP_DOORLOCK:
sprintf(rbuf, "Door Lock");

View File

@ -130,7 +130,7 @@ typedef enum {
"Device Slot", \
"Power Supply", \
"Cooling", \
"Temperature Sensors", \
"Temperature Sensor", \
"Door", \
"Audible alarm", \
"Enclosure Services Controller Electronics", \