diff en/ch08-undo.xml @ 771:b338f5490029

Americanize spellings :-(
author Bryan O'Sullivan <bos@serpentine.com>
date Thu, 09 Apr 2009 22:52:16 -0700
parents 1c13ed2130a7
children 7226e5e750a6
line wrap: on
line diff
--- a/en/ch08-undo.xml	Thu Apr 09 22:52:01 2009 -0700
+++ b/en/ch08-undo.xml	Thu Apr 09 22:52:16 2009 -0700
@@ -151,7 +151,7 @@
 	occurred in the repository. This means that you can only roll
 	back one transaction.  If you expect to be able to roll back
 	one transaction, then its predecessor, this is not the
-	behaviour you will get.</para>
+	behavior you will get.</para>
 
       &interaction.rollback.twice;
 
@@ -688,7 +688,7 @@
 
     <para id="x_127">The idea behind the <command role="hg-cmd">hg
 	bisect</command> command is that a changeset has introduced
-      some change of behaviour that you can identify with a simple
+      some change of behavior that you can identify with a simple
       binary test.  You don't know which piece of code introduced the
       change, but you know how to test for the presence of the bug.
       The <command role="hg-cmd">hg bisect</command> command uses your
@@ -1056,7 +1056,7 @@
 	changesets or months of history, you will only add a handful
 	of tests to the total number that <command role="hg-cmd">hg
 	  bisect</command> must perform, thanks to its logarithmic
-	behaviour.</para>
+	behavior.</para>
 
     </sect2>
   </sect1>