# HG changeset patch # User Johannes Hoff # Date 1180546908 -7200 # Node ID 3f53563c7579bc0e7593ab262b85d47c5c44a6a3 # Parent 5f35a333ab9bc2af9d8b25af4c970760950f3fed Fix typo diff -r 5f35a333ab9b -r 3f53563c7579 en/undo.tex --- a/en/undo.tex Wed May 30 19:46:15 2007 +0200 +++ b/en/undo.tex Wed May 30 19:41:48 2007 +0200 @@ -745,7 +745,7 @@ ``around'' it. A different problem could arise if your test for a bug's presence is -not specific enough. If you checks for ``my program crashes'', then +not specific enough. If you check for ``my program crashes'', then both your crashing bug and an unrelated crashing bug that masks it will look like the same thing, and mislead \hgext{bisect}.