From owner-svn-doc-head@FreeBSD.ORG Mon May 6 11:34:28 2013 Return-Path: <owner-svn-doc-head@FreeBSD.ORG> Delivered-To: svn-doc-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id CE069BA9; Mon, 6 May 2013 11:34:28 +0000 (UTC) (envelope-from eadler@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id C0012E22; Mon, 6 May 2013 11:34:28 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r46BYS0H063313; Mon, 6 May 2013 11:34:28 GMT (envelope-from eadler@svn.freebsd.org) Received: (from eadler@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r46BYSQW063312; Mon, 6 May 2013 11:34:28 GMT (envelope-from eadler@svn.freebsd.org) Message-Id: <201305061134.r46BYSQW063312@svn.freebsd.org> From: Eitan Adler <eadler@FreeBSD.org> Date: Mon, 6 May 2013 11:34:28 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r41553 - head/en_US.ISO8859-1/books/developers-handbook/testing X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the doc tree for head <svn-doc-head.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/svn-doc-head>, <mailto:svn-doc-head-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/svn-doc-head> List-Post: <mailto:svn-doc-head@freebsd.org> List-Help: <mailto:svn-doc-head-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/svn-doc-head>, <mailto:svn-doc-head-request@freebsd.org?subject=subscribe> X-List-Received-Date: Mon, 06 May 2013 11:34:28 -0000 Author: eadler Date: Mon May 6 11:34:28 2013 New Revision: 41553 URL: http://svnweb.freebsd.org/changeset/doc/41553 Log: Fix a couple of spelling mistkes in the developer's handbook. Approved by: bcr (mentor) Modified: head/en_US.ISO8859-1/books/developers-handbook/testing/chapter.xml Modified: head/en_US.ISO8859-1/books/developers-handbook/testing/chapter.xml ============================================================================== --- head/en_US.ISO8859-1/books/developers-handbook/testing/chapter.xml Mon May 6 02:14:47 2013 (r41552) +++ head/en_US.ISO8859-1/books/developers-handbook/testing/chapter.xml Mon May 6 11:34:28 2013 (r41553) @@ -318,7 +318,7 @@ <itemizedlist> <listitem> <para>Call <function>success()</function> to - detemine the outcome of the build.</para> + determine the outcome of the build.</para> </listitem> <listitem> <para>Output the modification size.</para> @@ -376,7 +376,7 @@ </listitem> </itemizedlist> - <para>Tthis means that <literal>HEAD</literal> always ranks + <para>This means that <literal>HEAD</literal> always ranks highest, and <literal>RELENG</literal> branches are ranked in numerical order, with each <literal>STABLE</literal> branch ranking higher than the release branches forked off of it.