* iface/gspn/common.hh, iface/gspn/common.cc, iface/gspn/gspn.cc,

iface/gspn/ltlgspn.cc, iface/gspn/dottygspn.cc, iface/gspn/ssp.cc,
iface/gspn/dottyssp.cc: s/exeption/exception/g.
This commit is contained in:
Alexandre Duret-Lutz 2006-06-13 15:42:26 +00:00
parent 983d12cc5a
commit e84647b30b
8 changed files with 31 additions and 25 deletions

View file

@ -385,7 +385,7 @@ main(int argc, char **argv)
delete a_f;
delete dict;
}
catch (spot::gspn_exeption e)
catch (spot::gspn_exception e)
{
std::cerr << e << std::endl;
throw;