Skip to content

Commit 1fea292

Browse files
sergeyklayStableCoder
authored andcommitted
Fixed misspelling
1 parent e6c8c3b commit 1fea292

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doxygen.cmake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ option(BUILD_DOCUMENTATION "Build API documentation using Doxygen. (make doc)"
4545
# The directory to place the generated output. (Default: ${CMAKE_CURRENT_BINARY_DIR}/doc)
4646
#
4747
# INSTALL_PATH <str>
48-
# The path to install the documenttation under. (if not specified, defaults to
48+
# The path to install the documentation under. (if not specified, defaults to
4949
# 'share/${PROJECT_NAME})
5050
#
5151
# DOXYFILE_PATH <str>
@@ -74,7 +74,7 @@ function(build_docs)
7474
if(NOT EXISTS ${DOXYFILE_PATH})
7575
message(
7676
SEND_ERROR
77-
"Could not find Doxyfile to use for procesing documentation at: ${DOXYFILE_PATH}"
77+
"Could not find Doxyfile to use for processing documentation at: ${DOXYFILE_PATH}"
7878
)
7979
return()
8080
endif()

0 commit comments

Comments
 (0)