Skip to content

Commit

Permalink
Merge pull request networkupstools#49 from aquette/fix_typo
Browse files Browse the repository at this point in the history
Fix typo on the replace_battery flag name
  • Loading branch information
jimklimov committed May 5, 2016
2 parents 2dcebf2 + 1486735 commit 4cfdbfa
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 4cfdbfa

Please sign in to comment.