From bdbb8210d5de539136d3fb700a97625524ba309b Mon Sep 17 00:00:00 2001 From: slowriot Date: Wed, 12 Feb 2025 14:56:49 +0000 Subject: [PATCH] Fix typo --- include/boost/config/requires_threads.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/config/requires_threads.hpp b/include/boost/config/requires_threads.hpp index c23a2ce3c..29b2c0b34 100644 --- a/include/boost/config/requires_threads.hpp +++ b/include/boost/config/requires_threads.hpp @@ -26,7 +26,7 @@ #endif -# error "Threading support unavaliable: it has been explicitly disabled with BOOST_DISABLE_THREADS" +# error "Threading support unavailable: it has been explicitly disabled with BOOST_DISABLE_THREADS" #elif !defined(BOOST_HAS_THREADS)