Skip to content

Commit

Permalink
Merge pull request #195 from luzpaz/typos
Browse files Browse the repository at this point in the history
Fix typos
  • Loading branch information
msteinbeck authored Apr 13, 2022
2 parents 661917f + 44fb0eb commit bb4cc75
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,10 @@ list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake")
# Current version.
#
# TINYSPLINE_SUMMARY
# Short describtion.
# Short description.
#
# TINYSPLINE_DESCRIPTION
# Long describtion.
# Long description.
###############################################################################
set(TINYSPLINE_PACKAGE_NAME
"tinyspline"
Expand Down
2 changes: 1 addition & 1 deletion test/pkg/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ function(check_directories list_of_dirs)
return()
endif()
if(NOT IS_DIRECTORY ${dir})
message(SEND_ERROR "'${dir}' is not a dirctory")
message(SEND_ERROR "'${dir}' is not a directory")
endif()
endforeach()
endfunction()
Expand Down

0 comments on commit bb4cc75

Please sign in to comment.