Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 6 Mar 2017 21:50:35 +0000 (UTC)
From:      Ngie Cooper <ngie@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r314803 - head/contrib/atf/atf-c++
Message-ID:  <201703062150.v26LoZ1t077286@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ngie
Date: Mon Mar  6 21:50:35 2017
New Revision: 314803
URL: https://svnweb.freebsd.org/changeset/base/314803

Log:
  Fix typos
  
  - specifiying -> specifying
  - manged -> managed
  
  Bump .Dd for the change
  
  MFC after:	1 week
  Reported by:	igor
  Sponsored by:	Dell EMC Isilon

Modified:
  head/contrib/atf/atf-c++/atf-c++-api.3

Modified: head/contrib/atf/atf-c++/atf-c++-api.3
==============================================================================
--- head/contrib/atf/atf-c++/atf-c++-api.3	Mon Mar  6 21:45:25 2017	(r314802)
+++ head/contrib/atf/atf-c++/atf-c++-api.3	Mon Mar  6 21:50:35 2017	(r314803)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201703062150.v26LoZ1t077286>