Skip to content

Commit b0e7523

Browse files
committed
Corrected a spelling mistake: 'detemine' → 'determine'
1 parent 45302b2 commit b0e7523

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
@@ -747,7 +747,7 @@ void make_two_herbs_sandwich(
747747
for(size_t i = 0; i < first_herb_index_last+1; i++){
748748
move_one_up_to_row(9 - i);
749749
}
750-
press_a_to_determine_herb(0); // Press A to detemine one herb
750+
press_a_to_determine_herb(0); // Press A to determine one herb
751751
// Press DPAD_UP againt to move to the second herb row
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);

0 commit comments

Comments
 (0)