Grammaire anglaise ;-)

This commit is contained in:
Hugo Clement 2002-10-31 09:30:00 +00:00
parent 11891e7e30
commit 49c6dafed4
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
// -*- C++ -*- // -*- C++ -*-
// //
// $Id: AAstar.cpp,v 1.6 2002/10/29 18:46:03 jpc Exp $ // $Id: AAstar.cpp,v 1.7 2002/10/31 09:30:00 hcl Exp $
// //
// /----------------------------------------------------------------\ // /----------------------------------------------------------------\
// | | // | |
@ -753,7 +753,7 @@ bool CAStar::search (void)
catch (trapped_astar &e) { catch (trapped_astar &e) {
abort (); abort ();
cmess2 << " > AStar unable to found a path.\n"; cmess2 << " > AStar unable to find a path.\n";
//check (false); //check (false);
} }