From 88e91e6912428eaac88fbf924de8ec964197ab7f Mon Sep 17 00:00:00 2001 From: Carles Fernandez Date: Sun, 25 Nov 2018 20:17:00 +0100 Subject: [PATCH] Fix typo --- src/utils/rinex2assist/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils/rinex2assist/CMakeLists.txt b/src/utils/rinex2assist/CMakeLists.txt index 81c8fa4de..7532e25d6 100644 --- a/src/utils/rinex2assist/CMakeLists.txt +++ b/src/utils/rinex2assist/CMakeLists.txt @@ -63,6 +63,6 @@ if(Boost_FOUND) COMPONENT "rinex2assist" ) else() - message(STATUS "Boost iostrems library not found.") + message(STATUS "Boost Iostreams library not found.") message(STATUS "rinex2assist will not be built.") endif()