]> www.ginac.de Git - ginac.git/commitdiff
fixed typos
authorChristian Bauer <Christian.Bauer@uni-mainz.de>
Thu, 13 May 2004 19:52:11 +0000 (19:52 +0000)
committerChristian Bauer <Christian.Bauer@uni-mainz.de>
Thu, 13 May 2004 19:52:11 +0000 (19:52 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 2f9969a28359e7b9dfa638ccab075aa38cffe24d..53c27095f74f77cada364e6fe36745bc8d4b9e77 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -290,8 +290,8 @@ This file records noteworthy changes.
 * Supplement some (now deprecated) macros by inlined template functions:
   - is_of_type(foo, type) -> is_a<type>(foo)
   - is_ex_of_type(foo, type) -> is_a<type>(foo)
-  - is_exaclty_of_type(foo, type) -> is_exaclty_a<type>(foo)
-  - is_ex_exaclty_of_type(foo, type) -> is_exaclty_a<type>(foo)
+  - is_exactly_of_type(foo, type) -> is_exactly_a<type>(foo)
+  - is_ex_exactly_of_type(foo, type) -> is_exactly_a<type>(foo)
   - ex_to_foobar(baz)  ->  ex_to<foobar>(baz)
 * rem(c, p[x], x) (c: numeric, p[x]: polynomial) erroneously returned p[x]
   instead of c.