Skip to content

Commit

Permalink
Fix typo on the replace_battery flag name
Browse files Browse the repository at this point in the history
  • Loading branch information
aquette committed May 4, 2016
1 parent c94ba18 commit 1486735
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/DMF/xmlify-mib.py
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ def mk_snmp (inp, root):
("power_status", SU_STATUS_PWR, "yes"),
("battery_status", SU_STATUS_BATT, "yes"),
("calibration", SU_STATUS_CAL, "yes"),
("replace_baterry", SU_STATUS_RB, "yes"),
("replace_battery", SU_STATUS_RB, "yes"),
("command", SU_TYPE_CMD, "yes"),
("outlet_group", SU_OUTLET_GROUP, "yes"),
("outlet", SU_OUTLET, "yes"),
Expand Down

0 comments on commit 1486735

Please sign in to comment.