Skip to content

Commit 2b395ed

Browse files
committed
Addressed typo: changed 'Genearl' to 'General'
1 parent d3408b7 commit 2b395ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SerialPrograms/Source/PokemonSwSh/Programs/EggPrograms/PokemonSwSh_EggAutonomous.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -319,7 +319,7 @@ bool EggAutonomous::run_batch(
319319
bool restart_bike_loop = false;
320320
for (size_t i_bike_loop = 0; i_bike_loop < this->LOOPS_PER_FETCH && bike_loop_count < MAX_BIKE_LOOP_COUNT;){
321321
context.wait_for_all_requests();
322-
// +1 here because video overlay is for general users. Genearl users start counts at 1, while us programmers start count at 0.
322+
// +1 here because video overlay is for general users. General users start counts at 1, while us programmers start count at 0.
323323
if (restart_bike_loop){
324324
env.console.overlay().add_log("Restart loop " + std::to_string(bike_loop_count+1), COLOR_WHITE);
325325
restart_bike_loop = false;

0 commit comments

Comments
 (0)