From a03c42cd2bc70129ae6bf191cf158daaec29c2a7 Mon Sep 17 00:00:00 2001 From: Marshall Clow Date: Sat, 21 Jan 2023 14:04:53 -0800 Subject: [PATCH] Fix spelling errors. NFCI. Thanks to jsosef for the patch --- boost-build.jam | 2 +- boostcpp.jam | 4 +-- doc/test/HTML4_symbols.qbk | 4 +-- .../document_to_test_formatting/images.html | 2 +- .../document_to_test_formatting/remez.html | 4 +-- doc/test/gold/index.html | 2 +- doc/test/remez.qbk | 4 +-- doc/test/test.qbk | 4 +-- doc/test/test_HTML4_symbols.qbk | 2 +- status/explicit-failures-markup.xml | 32 +++++++++---------- 10 files changed, 30 insertions(+), 30 deletions(-) diff --git a/boost-build.jam b/boost-build.jam index 0d54b5b49c..b4eae2d111 100644 --- a/boost-build.jam +++ b/boost-build.jam @@ -9,7 +9,7 @@ # folder. It allows us to choose which Boost Build installation to use for # building Boost libraries. Unless explicitly selected using a command-line # option, the version included with the Boost library distribution is used (as -# opposed to any other Boost Build version installed on the user's sytem). +# opposed to any other Boost Build version installed on the user's system). BOOST_ROOT = $(.boost-build-file:D) ; BOOST_BUILD = [ MATCH --boost-build=(.*) : $(ARGV) ] ; diff --git a/boostcpp.jam b/boostcpp.jam index 182b2ad12b..faec462ef1 100644 --- a/boostcpp.jam +++ b/boostcpp.jam @@ -390,7 +390,7 @@ class top-level-target : alias-target-class local expanded = [ targets.apply-default-build $(property-set) : $(build-type-set) ] ; - # Filter inappopriate combinations. + # Filter inappropriate combinations. local filtered ; local skipped ; @@ -623,7 +623,7 @@ rule deduce-address-model ( properties * ) if $(result) { # Normally, returning composite feature here is equivalent to forcing - # consituent properties as well. But we only want to indicate toolset + # constituent properties as well. But we only want to indicate toolset # deduced default, so also pick whatever address-model is explicitly # specified, if any. result = $(result) [ property.select : $(properties) ] ; diff --git a/doc/test/HTML4_symbols.qbk b/doc/test/HTML4_symbols.qbk index 2af7241ff2..b78f7ee0d8 100644 --- a/doc/test/HTML4_symbols.qbk +++ b/doc/test/HTML4_symbols.qbk @@ -11,7 +11,7 @@ http://www.boost.org/LICENSE_1_0.txt). [/ See http://www.htmlhelp.com/reference/html40/entities/symbols.html] [/ All (except 2 angle brackets) show OK on Firefox 2.0] -[/ Also some miscellaneous math charaters added to this list - see the end.] +[/ Also some miscellaneous math characters added to this list - see the end.] [/ To use, enclose the template name in square brackets.] @@ -99,7 +99,7 @@ http://www.boost.org/LICENSE_1_0.txt). [template notin[]'''∉'''] [/ ? not an element of] [template ni[]'''∋'''] [/ ? contains as member] [template prod[]'''∏'''] [/ ? n-ary product = product sign] -[template sum[]'''∑'''] [/ ? n-ary sumation] +[template sum[]'''∑'''] [/ ? n-ary summation] [template minus[]'''−'''] [/ - minus sign] [template lowast[]'''∗'''] [/ * asterisk operator] [template radic[]'''√'''] [/ v square root = radical sign] diff --git a/doc/test/gold/document_to_test_formatting/images.html b/doc/test/gold/document_to_test_formatting/images.html index 8303d68f60..88e72913d9 100644 --- a/doc/test/gold/document_to_test_formatting/images.html +++ b/doc/test/gold/document_to_test_formatting/images.html @@ -27,7 +27,7 @@ Images

- These are tricky enough that they warrent their own section. + These are tricky enough that they warrant their own section.

Let's start with a PNG file that's set to 120dpi, it should render at a sensible diff --git a/doc/test/gold/document_to_test_formatting/remez.html b/doc/test/gold/document_to_test_formatting/remez.html index e8b89f1969..2086d6b273 100644 --- a/doc/test/gold/document_to_test_formatting/remez.html +++ b/doc/test/gold/document_to_test_formatting/remez.html @@ -221,7 +221,7 @@

In single point exchange, we move the control point nearest to the largest - extrema to the absissa value of the extrema. + extrema to the abscissa value of the extrema.

In multi-point exchange we swap all the current control points, for the locations @@ -450,7 +450,7 @@ and then re-minimise.

  • - Keep absissa values small: use a change of variable to keep the abscissa + Keep abscissa values small: use a change of variable to keep the abscissa over, say [0, b], for some smallish value b.
  • diff --git a/doc/test/gold/index.html b/doc/test/gold/index.html index 19d2738ad9..6483969eee 100644 --- a/doc/test/gold/index.html +++ b/doc/test/gold/index.html @@ -137,7 +137,7 @@ We can count in Greek too: α, β, γ.

    - Try some superscrips and subscripts: x2, xi3, α2, βα, ⌊x⌋, ⌊α⌋, ⌈a⌉. + Try some superscripts and subscripts: x2, xi3, α2, βα, ⌊x⌋, ⌊α⌋, ⌈a⌉.

    diff --git a/doc/test/remez.qbk b/doc/test/remez.qbk index 3a72b12da2..b1e125051d 100644 --- a/doc/test/remez.qbk +++ b/doc/test/remez.qbk @@ -142,7 +142,7 @@ The N+2 extrema can then be found using standard function minimisation technique We now have a choice: multi-point exchange, or single point exchange. In single point exchange, we move the control point nearest to the largest extrema to -the absissa value of the extrema. +the abscissa value of the extrema. In multi-point exchange we swap all the current control points, for the locations of the extrema. @@ -317,7 +317,7 @@ retaining the last set of control points at each stage. * Try using a smaller interval. It may also be possible to optimise over one (small) interval, rescale the control points over a larger interval, and then re-minimise. -* Keep absissa values small: use a change of variable to keep the abscissa +* Keep abscissa values small: use a change of variable to keep the abscissa over, say \[0, b\], for some smallish value /b/. [h4 References] diff --git a/doc/test/test.qbk b/doc/test/test.qbk index 87e3f12791..9d40e49788 100644 --- a/doc/test/test.qbk +++ b/doc/test/test.qbk @@ -35,7 +35,7 @@ This is some body text. We can count in Greek too: [alpha], [beta], [gamma]. -Try some superscrips and subscripts: x[super 2], x[sub i][super 3], [alpha][super 2], +Try some superscripts and subscripts: x[super 2], x[sub i][super 3], [alpha][super 2], [beta][super [alpha]], [floor x], [floor [alpha]], [ceil a]. [endsect] @@ -592,7 +592,7 @@ ibeta_inva, and ibeta_invb respectively.]] [section Images] -These are tricky enough that they warrent their own section. +These are tricky enough that they warrant their own section. Let's start with a PNG file that's set to 120dpi, it should render at a sensible size in both html and PDF forms. It should print OK too! diff --git a/doc/test/test_HTML4_symbols.qbk b/doc/test/test_HTML4_symbols.qbk index 9dc271ee1f..be401b3a5f 100644 --- a/doc/test/test_HTML4_symbols.qbk +++ b/doc/test/test_HTML4_symbols.qbk @@ -2,7 +2,7 @@ [/ Examples of using all the Greek and Math symbols defined in HTML4_symbols.qbk] [/ See http://www.htmlhelp.com/reference/html40/entities/symbols.html] -[/ Also some miscellaneous math charaters added to this list - see the end.] +[/ Also some miscellaneous math characters added to this list - see the end.] [/ To use, enclose the template name in square brackets.] diff --git a/status/explicit-failures-markup.xml b/status/explicit-failures-markup.xml index 6059b00873..c059cf5b05 100644 --- a/status/explicit-failures-markup.xml +++ b/status/explicit-failures-markup.xml @@ -995,7 +995,7 @@ - This test fails because `std::unchaught_exception` seems to + This test fails because `std::uncaught_exception` seems to always return zero on this compiler (even if the authors could not find a direct reference to this possible compiler issue online). @@ -1677,7 +1677,7 @@ Although these tests compile, the execution aborts for - an unknown reason. Note that sometimes the excution is + an unknown reason. Note that sometimes the execution is ok on cw-9_4. This may be fixable if someone can track down the source of the problem. @@ -1942,7 +1942,7 @@ - Due to lack of C library featues, this toolset is not supported. + Due to lack of C library features, this toolset is not supported. @@ -2246,7 +2246,7 @@ - + @@ -2359,8 +2359,8 @@ - The compiler doesn't generate defaulted move ctor/assgin thus - perform copy construction/assginment. Even though such case, + The compiler doesn't generate defaulted move ctor/assign thus + perform copy construction/assignment. Even though such case, the `inline` versions don't force generating move ctor/assign to preserve trivial requirements. Since that is not documented behaviour, it might be changed in future release. @@ -3538,7 +3538,7 @@ for more information. - Wrokaround: define BOOST_RESULT_OF_USE_TR1 + Workaround: define BOOST_RESULT_OF_USE_TR1 @@ -3694,7 +3694,7 @@ for more information. msvc 6 compiler failure. The facility being tested conflicts the the - compiler in a fundamental way and cannnot be worked around. + compiler in a fundamental way and cannot be worked around. @@ -3703,7 +3703,7 @@ for more information. msvc 6 compiler failure. The facility being tested conflicts the the - compiler in a fundamental way and cannnot be worked around. + compiler in a fundamental way and cannot be worked around. @@ -3764,7 +3764,7 @@ for more information. The CW compilers have problems with the static construction idiom used to implement the type registration in the Boost.Serialization library. In many - cases CW specific work arounds are implemented in the library but this one + cases CW specific workarounds are implemented in the library but this one is not immediately solvable. There is a user work around possible, please contact the library developers on the Boost list for information on the work around if needed. @@ -4668,7 +4668,7 @@ for more information. - This compiler has some problems with name looup / overload resolution. + This compiler has some problems with name lookup / overload resolution. @@ -5363,7 +5363,7 @@ for more information. Reported to Intel as issue 409291, and confirmed as a problem. Probably this relates to a specific - Linux-Kernal or GLibC version. + Linux-Kernel or GLibC version. @@ -5680,7 +5680,7 @@ for more information. - Test fails due to unresilved externals from STLport: appears to be + Test fails due to unresolved externals from STLport: appears to be an STLport bug. @@ -6083,7 +6083,7 @@ for more information. cleanup is handled by the library implementation. For threads, launched by the native operating system API it is not possible to get this cleanup on every compiler/platform. A warning (error) will be present in this case, - which cleary states this fact. It is recommended to start threads only + which clearly states this fact. It is recommended to start threads only by means of the Boost.Thread API if you need to avoid the leaks that appear on the end of the thread. If this is not possible the cleanup can be invoked from user code before the process actually ends. For library implementors @@ -6514,7 +6514,7 @@ This platform doesn't supports Boost.Container. - Metrowerks Codeworrier has partial TR1 support built in + Metrowerks Codewarrior has partial TR1 support built in which conflicts with this implementation. Porting to this compiler is almost certainly possible, but will require some work by someone who has this compiler. @@ -6758,7 +6758,7 @@ This platform doesn't supports Boost.Container. - These tests fail on this platform due to a recuring GCC bug. + These tests fail on this platform due to a recurring GCC bug.