From: Jens Vollinga Date: Wed, 5 Nov 2008 10:31:35 +0000 (+0100) Subject: Fixed some minor spelling errors. X-Git-Tag: release_1-5-0~36 X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=commitdiff_plain;h=40d2f5d1ddacf71991adb447b163a19136ee2179 Fixed some minor spelling errors. --- 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() @{@}