Fix typo in temperature (#1940)

This commit is contained in:
sciencewhiz
2019-10-14 16:16:30 -07:00
committed by Peter Johnson
parent ec9738245d
commit 7bd69e591c

View File

@@ -38,6 +38,6 @@ public class Robot extends TimedRobot {
/*
* Retrieves the temperature of the PDP, in degrees Celsius.
*/
SmartDashboard.putNumber("Temprature", m_pdp.getTemperature());
SmartDashboard.putNumber("Temperature", m_pdp.getTemperature());
}
}