Skip to content

Commit 6f96186

Browse files
authored
[wpilib] Use misspell to fix spelling errors (NFC) (#2674)
1 parent e544d33 commit 6f96186

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/frc2/command/StartEndCommand.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
namespace frc2 {
1919
/**
20-
* A command that runs a given runnable when it is initalized, and another
20+
* A command that runs a given runnable when it is initialized, and another
2121
* runnable when it ends. Useful for running and then stopping a motor, or
2222
* extending and then retracting a solenoid. Has no end condition as-is; either
2323
* subclass it or use Command.WithTimeout() or Command.WithInterrupt() to give

0 commit comments

Comments
 (0)