Skip to content

Commit

Permalink
Merge pull request #1147 from gavanderhoorn/patch-1
Browse files Browse the repository at this point in the history
toplevel: minor typo
  • Loading branch information
tfoote committed Aug 6, 2021
2 parents e40320e + 4a359cd commit 085e895
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/toplevel.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ execute_process(COMMAND ${_cmd}
ERROR_STRIP_TRAILING_WHITESPACE
)
if(NOT _res EQUAL 0 AND NOT _res EQUAL 2)
# searching fot catkin resulted in an error
# searching for catkin resulted in an error
string(REPLACE ";" " " _cmd_str "${_cmd}")
message(FATAL_ERROR "Search for 'catkin' in workspace failed (${_cmd_str}): ${_err}")
endif()
Expand Down

0 comments on commit 085e895

Please sign in to comment.