From owner-svn-doc-all@FreeBSD.ORG Mon Sep 17 20:28:42 2012 Return-Path: Delivered-To: svn-doc-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 385ED1065675; Mon, 17 Sep 2012 20:28:42 +0000 (UTC) (envelope-from tabthorpe@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 091848FC18; Mon, 17 Sep 2012 20:28:42 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8HKSfbq081864; Mon, 17 Sep 2012 20:28:41 GMT (envelope-from tabthorpe@svn.freebsd.org) Received: (from tabthorpe@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8HKSftm081862; Mon, 17 Sep 2012 20:28:41 GMT (envelope-from tabthorpe@svn.freebsd.org) Message-Id: <201209172028.q8HKSftm081862@svn.freebsd.org> From: Thomas Abthorpe Date: Mon, 17 Sep 2012 20:28:41 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r39574 - head/en_US.ISO8859-1/articles/committers-guide X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Sep 2012 20:28:42 -0000 Author: tabthorpe (ports committer) Date: Mon Sep 17 20:28:41 2012 New Revision: 39574 URL: http://svn.freebsd.org/changeset/doc/39574 Log: - Fix a typo - Standardize on en_US spellings for synchronize and summarize Approved by: gjb Modified: head/en_US.ISO8859-1/articles/committers-guide/article.sgml Modified: head/en_US.ISO8859-1/articles/committers-guide/article.sgml ============================================================================== --- head/en_US.ISO8859-1/articles/committers-guide/article.sgml Mon Sep 17 19:57:38 2012 (r39573) +++ head/en_US.ISO8859-1/articles/committers-guide/article.sgml Mon Sep 17 20:28:41 2012 (r39574) @@ -545,7 +545,7 @@ When committing from a working copy like the one above, SVN will commit directly to the upstream - repository, then syncronise the mirror. + repository, then synchronise the mirror. However, the killer app for SVK is the ability to work without a @@ -558,7 +558,7 @@ Once again, any path can be used, it does not have to specifically be the one in the example. - Before use, the local branch has to be synchronised, + Before use, the local branch has to be synchronized, like so: &prompt.user; svk pull //local/freebsd/head @@ -1241,7 +1241,7 @@ The rules for selecting the merge target (the directory that you will merge the changes to) can be - summarised as follows: + summarized as follows: @@ -2958,7 +2958,7 @@ U stable/9/share/man/man4/netmap.4 a no-brainer and requires some feedback first. People really do not mind sweeping changes if the result is something clearly better than what they had before, they - just do not like being surprised by + just do not like being surprized by those changes. The very best way of making sure that you are on the right track is to have your code reviewed by one or more other committers.