Skip to content

Commit 01d860b

Browse files
committed
Fixed typo in documentation/code: 'grabing' was replaced with 'grabbing'
1 parent 4cadab2 commit 01d860b

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
@@ -1238,7 +1238,7 @@ void run_sandwich_maker(ProgramEnvironment& env, VideoStream& stream, ProControl
12381238
if (ret < 0){
12391239
OperationFailedException::fire(
12401240
ErrorReport::SEND_ERROR_REPORT,
1241-
"SandwichMaker: Cannot detect grabing hand when waiting for upper bread.",
1241+
"SandwichMaker: Cannot detect grabbing hand when waiting for upper bread.",
12421242
stream,
12431243
grabbing_hand.last_snapshot()
12441244
);

0 commit comments

Comments
 (0)