Imported Upstream version 1.72.0
[platform/upstream/boost.git] / libs / test / doc / testing_tools / testing_tools.qbk
index cb95c7e..7c4fcf9 100644 (file)
@@ -9,7 +9,7 @@
 
 Once a test case has been declared, the body of this test should be written. A test case is a
 sequence of operations in which *assertions* are inserted. Those assertions evaluate /statements/ that implement the expectation being validated,
-and report failures and/or informations in a uniform manner, depending on the [link boost_test.utf_reference.rt_param_reference.log_level log level].
+and report failures and/or information in a uniform manner, depending on the [link boost_test.utf_reference.rt_param_reference.log_level log level].
 
 The __UTF__'s supplies a toolbox of assertions to ease the creation and maintenance of test cases and
 provide a uniform error reporting mechanism. The toolbox supplied is in most part in a form of macro declarations.