hgbook

diff en/mq.tex @ 285:814698eebbaf

fixed a typo and formatted the notify hook configuration example nicer.
author Timo Paulssen <timonator@perpetuum-immobile.de>
date Fri Jan 04 22:09:00 2008 +0100 (2008-01-04)
parents 4ed483f08e33
children 0a5879ea5416
line diff
     1.1 --- a/en/mq.tex	Mon Dec 31 20:13:11 2007 -0800
     1.2 +++ b/en/mq.tex	Fri Jan 04 22:09:00 2008 +0100
     1.3 @@ -31,7 +31,7 @@
     1.4  When you have few changes to maintain, it is easy to manage a single
     1.5  patch using the standard \command{diff} and \command{patch} programs
     1.6  (see section~\ref{sec:mq:patch} for a discussion of these tools).
     1.7 -Once the number of changes grows, it starts to makes sense to maintain
     1.8 +Once the number of changes grows, it starts to make sense to maintain
     1.9  patches as discrete ``chunks of work,'' so that for example a single
    1.10  patch will contain only one bug fix (the patch might modify several
    1.11  files, but it's doing ``only one thing''), and you may have a number