From 40d2f5d1ddacf71991adb447b163a19136ee2179 Mon Sep 17 00:00:00 2001 From: Jens Vollinga Date: Wed, 5 Nov 2008 11:31:35 +0100 Subject: [PATCH] Fixed some minor spelling errors. --- doc/tutorial/ginac.texi | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/tutorial/ginac.texi b/doc/tutorial/ginac.texi index 1577982d..45a14e61 100644 --- a/doc/tutorial/ginac.texi +++ b/doc/tutorial/ginac.texi @@ -8213,15 +8213,15 @@ That's it. May the source be with you! @subsection Upgrading extension classes from older version of GiNaC -GiNaC used to use custom run time type information system (RTTI). It was -removed from GiNaC. Thus, one need to rewrite constructors which set +GiNaC used to use a custom run time type information system (RTTI). It was +removed from GiNaC. Thus, one needs to rewrite constructors which set @code{tinfo_key} (which does not exist any more). For example, @example myclass::myclass() : inherited(&myclass::tinfo_static) @{@} @end example -need to be rewritten as +needs to be rewritten as @example myclass::myclass() @{@} -- 2.44.0