diff en/tour-basic.tex @ 158:d3f8aec5beff

Fix typos in chapter 2.
author Steve Guidon <steve.guidon@gmail.com>
date Thu, 22 Mar 2007 00:07:01 -0700
parents ff9dc8bc2a8b
children ef6a1427d0af
line wrap: on
line diff
--- a/en/tour-basic.tex	Wed Mar 21 23:27:34 2007 -0700
+++ b/en/tour-basic.tex	Thu Mar 22 00:07:01 2007 -0700
@@ -85,7 +85,7 @@
 
 \subsection{Built-in help}
 
-Mercurial provides a built-in help system.  This invaluable for those
+Mercurial provides a built-in help system.  This is invaluable for those
 times when you find yourself stuck trying to remember how to run a
 command.  If you are completely stuck, simply run \hgcmd{help}; it
 will print a brief list of commands, along with a description of what
@@ -105,7 +105,7 @@
 
 There's nothing particularly magical about a repository; it is simply
 a directory tree in your filesystem that Mercurial treats as special.
-You can rename delete a repository any time you like, using either the
+You can rename or delete a repository any time you like, using either the
 command line or your file browser.
 
 \subsection{Making a local copy of a repository}
@@ -173,7 +173,7 @@
   changeset.  This is a free-form field, but it most often contains a
   person's name and email address.
 \item[\texttt{date}] The date and time on which the changeset was
-  created, and the timezone in which it was created.  (Thef date and
+  created, and the timezone in which it was created.  (The date and
   time are local to that timezone; they display what time and date it
   was for the person who created the changeset.)
 \item[\texttt{summary}] The first line of the text message that the
@@ -268,7 +268,7 @@
 
 Let's take a brief break from exploring Mercurial commands to discuss
 a pattern in the way that they work; you may find this useful to keep
-in mind as we continiue our tour.
+in mind as we continue our tour.
 
 Mercurial has a consistent and straightforward approach to dealing
 with the options that you can pass to commands.  It follows the