diff -r 2b2ffa625775 -r 5676e48ca026 src/lemon/error.h --- a/src/lemon/error.h Wed Mar 30 10:38:22 2005 +0000 +++ b/src/lemon/error.h Wed Mar 30 12:08:15 2005 +0000 @@ -513,7 +513,7 @@ * include file. * * \todo __PRETTY_FUNCTION__ should be replaced by something - * compiler-independant, like BOOST_CURRENT_FUNCTION + * compiler-independent, like BOOST_CURRENT_FUNCTION */ # define LEMON_ASSERT(exp, msg) \ @@ -531,7 +531,7 @@ * modules under development. * * \todo __PRETTY_FUNCTION__ should be replaced by something - * compiler-independant, like BOOST_CURRENT_FUNCTION + * compiler-independent, like BOOST_CURRENT_FUNCTION */ # define LEMON_FIXME(msg) \