Skip to content

Commit 2df3930

Browse files
committed
Fixed typo in documentation/code: 'travese' was replaced with 'traverse'
1 parent 63c8560 commit 2df3930

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SerialPrograms/Source/PokemonSV/Programs/Sandwiches/PokemonSV_SandwichRoutines.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ bool select_sandwich_recipe(
250250
}
251251

252252
// we cannot find the receipt
253-
stream.log("Max list travese attempt reached. Target recipe not found", COLOR_RED);
253+
stream.log("Max list traverse attempt reached. Target recipe not found", COLOR_RED);
254254
stream.overlay().add_log("Recipe not found", COLOR_RED);
255255

256256
return false;

0 commit comments

Comments
 (0)