You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by rb...@apache.org on 2015/03/17 15:53:59 UTC

svn commit: r1667319 - /httpd/site/trunk/content/dev/devnotes.mdtext

Author: rbowen
Date: Tue Mar 17 14:53:58 2015
New Revision: 1667319

URL: http://svn.apache.org/r1667319
Log:
Remove gender-specific language. Patch from
https://bz.apache.org/bugzilla/show_bug.cgi?id=57722 by
peter AT greenhac DOT org DOT uk

Modified:
    httpd/site/trunk/content/dev/devnotes.mdtext

Modified: httpd/site/trunk/content/dev/devnotes.mdtext
URL: http://svn.apache.org/viewvc/httpd/site/trunk/content/dev/devnotes.mdtext?rev=1667319&r1=1667318&r2=1667319&view=diff
==============================================================================
--- httpd/site/trunk/content/dev/devnotes.mdtext (original)
+++ httpd/site/trunk/content/dev/devnotes.mdtext Tue Mar 17 14:53:58 2015
@@ -56,7 +56,7 @@ that aren't part of the distribution, ar
 [SVN](http://subversion.apache.org/) repository. Here is the way in which
 changes are applied:
 
-1. Developer checks out a copy of the files on which he wants to work (in
+1. Developer checks out a copy of the files on which they want to work (in
 this case, the trunk), into a private working directory
 called <samp>httpd-trunk</samp>:
 
@@ -67,7 +67,7 @@ This step only needs to be performed onc
 directory is tainted or deleted.) Committers should use a URL prefix
 of <samp>https</samp> on the checkout, to save themselves headaches later.
 
-1. Developer keeps his working directory synchronised with changes made to
+1. Developer keeps their working directory synchronised with changes made to
 the repository:
 
 :    <samp>% svn update httpd-trunk</samp>
@@ -75,7 +75,7 @@ the repository:
 This should probably be done daily or even more frequently during periods
 of high activity.
 
-1. Developer makes changes to his working copies, makes sure they work, and
+1. Developer makes changes to their working copies, makes sure they work, and
 generates a patch so others can apply the changes to test them:
 
 :    <samp>% svn diff httpd-trunk/modules/http/mod_mime.c &gt;