Skip to content

Commit

Permalink
Fix a small typo (#44, thanks @striezel)
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
striezel authored Dec 1, 2022
1 parent 5e311e3 commit c61247b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ else()
message( STATUS "Matched: nothing")
endif()

# Function to emulate ternary operaton `result = b ? x : y`:
# Function to emulate ternary operation `result = b ? x : y`:

macro( ternary var boolean value1 value2 )
if( ${boolean} )
Expand Down

0 comments on commit c61247b

Please sign in to comment.