Mercurial > hgbook
changeset 248:3f53563c7579
Fix typo
author | Johannes Hoff <wbunaarfubss@gmail.com> |
---|---|
date | Wed, 30 May 2007 19:41:48 +0200 |
parents | 5f35a333ab9b |
children | 9d7388f3f483 |
files | en/undo.tex |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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}.