The Blender text editor's built in python template "Gamelogic" has a reference near the bottom to "objectHitList" as an alleged attribute to the KX_TouchSensor. This name is incorrect, it's correct name is "hitObjectList."
Attempting to access the suggested objectHitList returns error...
AttributeError: 'KX_TouchSensor' object has no attribute 'objectHitList'
The provided diff corrects this minor error.