Skip to content

Commit ef1af91

Browse files
committed
Fixed typo in documentation/code: 'detemine' was replaced with 'determine'
1 parent b0e7523 commit ef1af91

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
@@ -752,7 +752,7 @@ void make_two_herbs_sandwich(
752752
for(size_t i = first_herb_index_last+1; i < sweet_herb_index_last+1; i++){
753753
move_one_up_to_row(9 - i);
754754
}
755-
press_a_to_determine_herb(1); // Press A to detemine the second herb
755+
press_a_to_determine_herb(1); // Press A to determine the second herb
756756

757757
{
758758
// Press button + to go to picks page

0 commit comments

Comments
 (0)