Skip to content

Commit 817f83c

Browse files
committed
spelling: triangle
Signed-off-by: Josh Soref <[email protected]>
1 parent d71f11f commit 817f83c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ add_test(NAME shapes_all COMMAND shapes circle 4.4 circle 10.7 rectangle 4 4 cir
131131
4.5 ++ rectangle 2.1 ++ circle 234.675)
132132
set_property(
133133
TEST shapes_all PROPERTY PASS_REGULAR_EXPRESSION "circle2" "circle4"
134-
"rectangle2 with edges [2.1,2.1]" "triangel1 with sides [4.5]")
134+
"rectangle2 with edges [2.1,2.1]" "triangle1 with sides [4.5]")
135135

136136
add_cli_exe(ranges ranges.cpp)
137137
add_test(NAME ranges_range COMMAND ranges --range 1 2 3)

0 commit comments

Comments
 (0)