From 94ed275ba674949f82f6f54342ecc79a8478e3d4 Mon Sep 17 00:00:00 2001 From: apple <19359968+Apppppppple@users.noreply.github.com> Date: Fri, 22 Oct 2021 10:23:13 -0400 Subject: [PATCH] [hal] Fix misspelling (numer -> number) (NFC) (#3662) --- hal/src/main/native/include/hal/DriverStation.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hal/src/main/native/include/hal/DriverStation.h b/hal/src/main/native/include/hal/DriverStation.h index fa03fcebb6..ad6c92a9aa 100644 --- a/hal/src/main/native/include/hal/DriverStation.h +++ b/hal/src/main/native/include/hal/DriverStation.h @@ -156,7 +156,7 @@ int32_t HAL_GetJoystickAxisType(int32_t joystickNum, int32_t axis); /** * Set joystick outputs. * - * @param joystickNum the joystick numer + * @param joystickNum the joystick number * @param outputs bitmask of outputs, 1 for on 0 for off * @param leftRumble the left rumble value (0-FFFF) * @param rightRumble the right rumble value (0-FFFF)