From: Christian Bauer Date: Thu, 13 May 2004 19:52:00 +0000 (+0000) Subject: fixed typos X-Git-Tag: release_1-3-0~78 X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=commitdiff_plain;h=bba767a9045e24989c9de04a4453e5bdf1069f6a;ds=sidebyside fixed typos --- diff --git a/NEWS b/NEWS index c9068a35..b6f609df 100644 --- a/NEWS +++ b/NEWS @@ -292,8 +292,8 @@ This file records noteworthy changes. * Supplement some (now deprecated) macros by inlined template functions: - is_of_type(foo, type) -> is_a(foo) - is_ex_of_type(foo, type) -> is_a(foo) - - is_exaclty_of_type(foo, type) -> is_exaclty_a(foo) - - is_ex_exaclty_of_type(foo, type) -> is_exaclty_a(foo) + - is_exactly_of_type(foo, type) -> is_exactly_a(foo) + - is_ex_exactly_of_type(foo, type) -> is_exactly_a(foo) - ex_to_foobar(baz) -> ex_to(baz) * rem(c, p[x], x) (c: numeric, p[x]: polynomial) erroneously returned p[x] instead of c.