Skip to content

Commit f845d7e

Browse files
committed
correct typo from streched to stretched
Signed-off-by: Vincent-FK <[email protected]>
1 parent 5d44cb8 commit f845d7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

platform/common/menu_pico.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ typedef enum{
1919
///------ Definition of the different aspect ratios
2020
#define ASPECT_RATIOS \
2121
X(ASPECT_RATIOS_TYPE_MANUAL, "MANUAL ZOOM") \
22-
X(ASPECT_RATIOS_TYPE_STRECHED, "STRECHED") \
22+
X(ASPECT_RATIOS_TYPE_STRECHED, "STRETCHED") \
2323
X(ASPECT_RATIOS_TYPE_CROPPED, "CROPPED") \
2424
X(ASPECT_RATIOS_TYPE_SCALED, "SCALED") \
2525
X(NB_ASPECT_RATIOS_TYPES, "")

0 commit comments

Comments
 (0)