Skip to content

Commit 4418ab7

Browse files
committed
Improved clarity by fixing typo: 'traingle' corrected to 'triangle'
1 parent 01d860b commit 4418ab7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SerialPrograms/Source/PokemonSwSh/Inference/PokemonSwSh_DialogTriangleDetector.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ bool DialogTriangleDetector::process_frame(const ImageViewRGB32& frame, WallCloc
8484
);
8585

8686
if (detected){
87-
m_logger.log("Detected dialog black traingle.", COLOR_PURPLE);
87+
m_logger.log("Detected dialog black triangle.", COLOR_PURPLE);
8888
}
8989

9090
m_detected.store(detected, std::memory_order_release);

0 commit comments

Comments
 (0)