[examples] Fix feildRelative -> fieldRelative typo in XControllerCommand examples (#3104)

* MecanumControllerCommand
* SwerveControllerCommand
This commit is contained in:
Modelmat
2021-01-20 06:57:41 +00:00
committed by GitHub
parent 4488e25f16
commit 38c1a1f3e0
3 changed files with 4 additions and 4 deletions

View File

@@ -43,7 +43,7 @@ class DriveSubsystem : public frc2::SubsystemBase {
*/
void Drive(units::meters_per_second_t xSpeed,
units::meters_per_second_t ySpeed, units::radians_per_second_t rot,
bool feildRelative);
bool fieldRelative);
/**
* Resets the drive encoders to currently read a position of 0.