src/lemon/error.h
changeset 1274 5676e48ca026
parent 1213 6cc106135d31
child 1359 1581f961cfaa
     1.1 --- a/src/lemon/error.h	Wed Mar 30 10:38:22 2005 +0000
     1.2 +++ b/src/lemon/error.h	Wed Mar 30 12:08:15 2005 +0000
     1.3 @@ -513,7 +513,7 @@
     1.4   * include file.
     1.5   *
     1.6   * \todo __PRETTY_FUNCTION__ should be replaced by something
     1.7 - * compiler-independant, like BOOST_CURRENT_FUNCTION
     1.8 + * compiler-independent, like BOOST_CURRENT_FUNCTION
     1.9   */
    1.10  
    1.11  #  define LEMON_ASSERT(exp, msg)                 \
    1.12 @@ -531,7 +531,7 @@
    1.13   * modules under development.
    1.14   *
    1.15   * \todo __PRETTY_FUNCTION__ should be replaced by something
    1.16 - * compiler-independant, like BOOST_CURRENT_FUNCTION
    1.17 + * compiler-independent, like BOOST_CURRENT_FUNCTION
    1.18   */
    1.19  
    1.20  # define LEMON_FIXME(msg) \