changeset 660:21c62e09b99f

Typo and spelling corrections. Removed tex tags.
author Ori Avtalion <ori@avtalion.name>
date Thu, 05 Mar 2009 21:52:23 +0200
parents dbe91bb622d8
children f916a8c80554
files en/ch01-intro.xml en/ch06-collab.xml en/ch07-filenames.xml en/ch10-hook.xml en/ch11-template.xml en/ch14-hgext.xml
diffstat 6 files changed, 9 insertions(+), 9 deletions(-) [+]
line wrap: on
line diff
--- a/en/ch01-intro.xml	Thu Feb 19 20:49:46 2009 -0800
+++ b/en/ch01-intro.xml	Thu Mar 05 21:52:23 2009 +0200
@@ -129,7 +129,7 @@
       administrator.</para>
 
     <para>Walter Tichy developed a free alternative to SCCS in the
-      early 1980s; he called his program RCS (Revison Control System).
+      early 1980s; he called his program RCS (Revision Control System).
       Like SCCS, RCS required developers to work in a single shared
       workspace, and to lock files to prevent multiple people from
       modifying them simultaneously.</para>
@@ -343,7 +343,7 @@
 	  to retain tight control over their projects, and they
 	  believe that centralised tools give them this control.
 	  However, if you're of this belief, and you publish your CVS
-	  or Subversion repositories publically, there are plenty of
+	  or Subversion repositories publicly, there are plenty of
 	  tools available that can pull out your entire project's
 	  history (albeit slowly) and recreate it somewhere that you
 	  don't control.  So while your control in this case is
--- a/en/ch06-collab.xml	Thu Feb 19 20:49:46 2009 -0800
+++ b/en/ch06-collab.xml	Thu Mar 05 21:52:23 2009 +0200
@@ -974,7 +974,7 @@
 	<para>The other possibility with permissions is that you might
 	  get a completely empty window when you try to load the
 	  script.  In this case, it's likely that your access
-	  permissions are \emph{too permissive}.  Apache's
+	  permissions are <emphasis>too permissive</emphasis>.  Apache's
 	  <literal>suexec</literal> subsystem won't execute a script
 	  that's group- or world-writable, for example.</para>
 
--- a/en/ch07-filenames.xml	Thu Feb 19 20:49:46 2009 -0800
+++ b/en/ch07-filenames.xml	Thu Mar 05 21:52:23 2009 +0200
@@ -168,7 +168,7 @@
       <para>A <quote><literal>{</literal></quote> begins a group of
 	subpatterns, where the whole group matches if any subpattern
 	in the group matches.  The <quote><literal>,</literal></quote>
-	character separates subpatterns, and <quote>\texttt{}}</quote>
+	character separates subpatterns, and <quote><literal>}</literal></quote>
 	ends the group. <!-- &interaction.filenames.glob.group;
 	--></para>
 
--- a/en/ch10-hook.xml	Thu Feb 19 20:49:46 2009 -0800
+++ b/en/ch10-hook.xml	Thu Mar 05 21:52:23 2009 +0200
@@ -1307,8 +1307,8 @@
 	<title>Testing and troubleshooting</title>
 
 	<para>Do not forget that by default, the <literal
-	    role="hg-ext">notify</literal> extension \emph{will not
-	  send any mail} until you explicitly configure it to do so,
+		role="hg-ext">notify</literal> extension <emphasis>will not
+	  send any mail</emphasis> until you explicitly configure it to do so,
 	  by setting <envar role="rc-item-notify">test</envar> to
 	  <literal>false</literal>.  Until you do that, it simply
 	  prints the message it <emphasis>would</emphasis> send.
--- a/en/ch11-template.xml	Thu Feb 19 20:49:46 2009 -0800
+++ b/en/ch11-template.xml	Thu Mar 05 21:52:23 2009 +0200
@@ -119,7 +119,7 @@
       been replaced in the output with the description of each
       changeset.  Every time Mercurial finds text enclosed in curly
       braces (<quote><literal>{</literal></quote> and
-      <quote>\texttt{}}</quote>), it will try to replace the braces
+      <quote><literal>}</literal></quote>), it will try to replace the braces
       and text with the expansion of whatever is inside.  To print a
       literal curly brace, you must escape it, as described in section
       <xref
@@ -624,7 +624,7 @@
 	from the output produced by Subversion.</para>
       <itemizedlist>
 	<listitem><para>Subversion prints a <quote>readable</quote>
-	    date (the <quote>\texttt{Wed, 27 Sep 2006}</quote> in the
+	    date (the <quote><literal>Wed, 27 Sep 2006</literal></quote> in the
 	    example output above) in parentheses.  Mercurial's
 	    templating engine does not provide a way to display a date
 	    in this format without also printing the time and time
--- a/en/ch14-hgext.xml	Thu Feb 19 20:49:46 2009 -0800
+++ b/en/ch14-hgext.xml	Thu Mar 05 21:52:23 2009 +0200
@@ -417,7 +417,7 @@
     <para>Mercurial makes it easy to send changes over email for
       review or application, via its <literal
 	role="hg-ext">patchbomb</literal> extension.  The extension is
-      so namd because changes are formatted as patches, and it's usual
+      so named because changes are formatted as patches, and it's usual
       to send one changeset per email message.  Sending a long series
       of changes by email is thus much like <quote>bombing</quote> the
       recipient's inbox, hence <quote>patchbomb</quote>.</para>