hgbook

changeset 63:a00b562b4598

Fix typos.
author Bryan O'Sullivan <bos@serpentine.com>
date Fri Aug 04 13:32:23 2006 -0700 (2006-08-04)
parents 8806b2875f10
children d12a199ed472
files en/hook.tex
line diff
     1.1 --- a/en/hook.tex	Fri Aug 04 13:29:38 2006 -0700
     1.2 +++ b/en/hook.tex	Fri Aug 04 13:32:23 2006 -0700
     1.3 @@ -825,7 +825,7 @@
     1.4  messages that it sends.
     1.5  
     1.6  By default, the \hgext{notify} hook includes a diff of every changeset
     1.7 -that it sends outd; you can limit the size of the diff, or turn this
     1.8 +that it sends out; you can limit the size of the diff, or turn this
     1.9  feature off entirely.  It is useful for letting subscribers review
    1.10  changes immediately, rather than clicking to follow a URL.
    1.11  
    1.12 @@ -853,7 +853,7 @@
    1.13    like, and it would be bad form to spam subscribers with a number of
    1.14    ``broken'' notifications while you debug your configuration.
    1.15  \item[\rcitem{notify}{config}] The path to a configuration file that
    1.16 -  contains subbscription information.  This is kept separate from the
    1.17 +  contains subscription information.  This is kept separate from the
    1.18    main \hgrc\ so that you can maintain it in a repository of its own.
    1.19    People can then clone that repository, update their subscriptions,
    1.20    and push the changes back to your server.