Skip to content

Commit f796642

Browse files
committed
fixed typo
1 parent a93e065 commit f796642

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

concurrency/src/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ if(NOT CPP-NETLIB_BUILD_SINGLE_LIB)
1212
add_library(cppnetlib-concurrency ${CPP-NETLIB_CONCURRENCY_SRCS})
1313
endif()
1414

15-
# prepend current directory to make paths absolut
15+
# prepend current directory to make paths absolute
1616
prependToElements( "${CMAKE_CURRENT_SOURCE_DIR}/"
1717
CPP-NETLIB_CONCURRENCY_SRCS )
1818

http/src/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ if(NOT CPP-NETLIB_BUILD_SINGLE_LIB)
101101
)
102102
endif()
103103

104-
# prepend current directory to make paths absolut
104+
# prepend current directory to make paths absolute
105105
prependToElements( "${CMAKE_CURRENT_SOURCE_DIR}/"
106106
CPP-NETLIB_HTTP_MESSAGE_SRCS
107107
CPP-NETLIB_HTTP_MESSAGE_WRAPPERS_SRCS

logging/src/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ set(CPP-NETLIB_LOGGING_SRCS
1010

1111
add_library(cppnetlib-logging ${CPP-NETLIB_LOGGING_SRCS})
1212

13-
# prepend current directory to make paths absolut
13+
# prepend current directory to make paths absolute
1414
prependToElements( "${CMAKE_CURRENT_SOURCE_DIR}/"
1515
CPP-NETLIB_LOGGING_SRCS )
1616

message/src/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ set(CPP-NETLIB_MESSAGE_WRAPPERS_SRCS
2424

2525
add_library(cppnetlib-message-wrappers ${CPP-NETLIB_MESSAGE_WRAPPERS_SRCS})
2626

27-
# prepend current directory to make paths absolut
27+
# prepend current directory to make paths absolute
2828
prependToElements( "${CMAKE_CURRENT_SOURCE_DIR}/"
2929
CPP-NETLIB_MESSAGE_SRCS
3030
CPP-NETLIB_MESSAGE_DIRECTIVES_SRCS

0 commit comments

Comments
 (0)