Skip to content
Snippets Groups Projects
Commit bb04c50d authored by Ansgar Burchardt's avatar Ansgar Burchardt Committed by Christoph Grüninger
Browse files

Typo: libary -> library

parent d22ed390
No related branches found
No related tags found
No related merge requests found
......@@ -51,7 +51,7 @@
# Creates shared and static libraries with the same basename.
# <basename> is the basename of the library.
# On Unix this creates lib<basename>.so and lib<BASENAME>.a.
# Libraries that should be incorporate into this libary can
# Libraries that should be incorporate into this library can
# be specified with the ADD_LIBS option.
# The libraries will be built in ${PROJECT_BINARY_DIR}/lib.
# If the option NO_EXPORT is omitted the library is exported
......
......@@ -49,7 +49,7 @@ namespace Dune
printCallOnceError(file, line, function,
"std::call_once() throws an exception. This suggests that the program was\n"
"linked without a threading library. Common ways to link to a threading\n"
"libary is to specify one of the following during linking: -pthread, \n"
"library is to specify one of the following during linking: -pthread, \n"
"-lpthread, or -pthreads. The build-system should have tried various of\n"
"these options, but unfortunately that is only a guess and we cannot verify\n"
"that we found a working configuration until runtime.\n"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment