From 29a1e2663584aebfb683a9117ffa617187779304 Mon Sep 17 00:00:00 2001 From: Peter Korsgaard Date: Tue, 10 Sep 2024 09:07:56 +0200 Subject: [PATCH] package/boost: fix typos in help text Signed-off-by: Peter Korsgaard Signed-off-by: Yann E. MORIN (cherry picked from commit add472910818f7c77fc54f13a5a44ffc9c90228a) Signed-off-by: Peter Korsgaard --- package/boost/Config.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package/boost/Config.in b/package/boost/Config.in index 908a53fea0..c7c90aa9ab 100644 --- a/package/boost/Config.in +++ b/package/boost/Config.in @@ -4,7 +4,7 @@ comment "boost needs a toolchain w/ C++, threads, wchar" config BR2_PACKAGE_BOOST bool "boost" depends on BR2_INSTALL_LIBSTDCPP - # Boost could theorically be built with threading=single, but + # Boost could theoretically be built with threading=single, but # that unfortunately doesn't work. Until someone fixes that, # let's depend on threads. depends on BR2_TOOLCHAIN_HAS_THREADS @@ -241,7 +241,7 @@ config BR2_PACKAGE_BOOST_MATH C++ standard. Quaternions are a relative of complex numbers often used to - parameterise rotations in three dimentional space. + parameterise rotations in three dimensional space. Octonions, like quaternions, are a relative of complex numbers.