aboutsummaryrefslogtreecommitdiff
path: root/contrib/atf
diff options
context:
space:
mode:
authorEnji Cooper <ngie@FreeBSD.org>2017-03-06 21:50:35 +0000
committerEnji Cooper <ngie@FreeBSD.org>2017-03-06 21:50:35 +0000
commitb9684bc10410d040c3b2533f33ab9658aed677a2 (patch)
tree03f3bee72e9aa6d64022704e861a0b4ab2d0d42f /contrib/atf
parent35c3281fb60f5c454d94d0f80fcee6dca0110000 (diff)
Notes
Diffstat (limited to 'contrib/atf')
-rw-r--r--contrib/atf/atf-c++/atf-c++-api.36
1 files changed, 3 insertions, 3 deletions
diff --git a/contrib/atf/atf-c++/atf-c++-api.3 b/contrib/atf/atf-c++/atf-c++-api.3
index da1441ed205a..657dceef0406 100644
--- a/contrib/atf/atf-c++/atf-c++-api.3
+++ b/contrib/atf/atf-c++/atf-c++-api.3
@@ -26,7 +26,7 @@
.\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN
.\" IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd March 2, 2014
+.Dd March 6, 2017
.Dt ATF-C++-API 3
.Os
.Sh NAME
@@ -206,7 +206,7 @@ To define test cases, one can use the
.Fn ATF_TEST_CASE_WITH_CLEANUP
or the
.Fn ATF_TEST_CASE_WITHOUT_HEAD
-macros, which take a single parameter specifiying the test case's
+macros, which take a single parameter specifying the test case's
name.
.Fn ATF_TEST_CASE ,
requires to define a head and a body for the test case,
@@ -236,7 +236,7 @@ opening and closing brackets.
Additionally, the
.Fn ATF_TEST_CASE_NAME
macro can be used to obtain the name of the class corresponding to a
-particular test case, as the name is internally manged by the library to
+particular test case, as the name is internally managed by the library to
prevent clashes with other user identifiers.
Similarly, the
.Fn ATF_TEST_CASE_USE