# HG changeset patch # User Bryan O'Sullivan # Date 1154723543 25200 # Node ID a00b562b4598fe3d9784d9610c60051f2e9b4ae4 # Parent 8806b2875f10223b676f952c6fa6636971f59f0d Fix typos. diff -r 8806b2875f10 -r a00b562b4598 en/hook.tex --- a/en/hook.tex Fri Aug 04 13:29:38 2006 -0700 +++ b/en/hook.tex Fri Aug 04 13:32:23 2006 -0700 @@ -825,7 +825,7 @@ messages that it sends. By default, the \hgext{notify} hook includes a diff of every changeset -that it sends outd; you can limit the size of the diff, or turn this +that it sends out; you can limit the size of the diff, or turn this feature off entirely. It is useful for letting subscribers review changes immediately, rather than clicking to follow a URL. @@ -853,7 +853,7 @@ like, and it would be bad form to spam subscribers with a number of ``broken'' notifications while you debug your configuration. \item[\rcitem{notify}{config}] The path to a configuration file that - contains subbscription information. This is kept separate from the + contains subscription information. This is kept separate from the main \hgrc\ so that you can maintain it in a repository of its own. People can then clone that repository, update their subscriptions, and push the changes back to your server.