Fix trivial typo in docs

Change-Id: I97adeaa68a08e975dfc0cfb4a27e6a9869a2a6b1
This commit is contained in:
Jim Rollenhagen 2015-12-15 14:40:42 -08:00
parent 15e4454e68
commit d1859274ac

View File

@ -182,7 +182,7 @@ How can I build a custom HardwareManager?
-----------------------------------------
Custom HardwareManagers should subclass hardware.HardwareManager or
hardware.GenericHardwareManager. The only required method is
evalutate_hardware_support(), which should return one of the enums
evaluate_hardware_support(), which should return one of the enums
in hardware.HardwareSupport. Hardware support determines which hardware
manager is executed first for a given function (see: "`How are methods
executed on HardwareManagers?`_" for more info). Common methods you