]> git.sur5r.net Git - cc65/commitdiff
documentation updates
authorizydorst <izydorst@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Thu, 2 Jan 2003 22:17:26 +0000 (22:17 +0000)
committerizydorst <izydorst@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Thu, 2 Jan 2003 22:17:26 +0000 (22:17 +0000)
git-svn-id: svn://svn.cc65.org/cc65/trunk@1872 b7a2c559-68d2-44c3-8de9-860c34a00d81

doc/geos.sgml

index 32996d11417101ae4dcc4b8ee064ebaf626b6e84..f60d49a6792f8f1b8fb36125f400d4bd82755672 100644 (file)
@@ -624,7 +624,7 @@ GEOSLib function (if its type is <tt/char/), but in all cases last error is save
 location. If it is nonzero - an error occured. See <tt/gdisk.h/ for the list of possible errorcodes.
 You need to include <tt/errno.h/ to get <tt/__oserror/, together with standard <tt/errno/. The
 latter gives less verbose, but still usable information and can be used with <tt/strerror/.
-Probably you will get more information using <tt/stroserror/ in similar way.
+Probably you will get more information using <tt/_stroserror/ in similar way.
 <p>
 For passing parameters use almost always pointer to your data e.g. <tt/ReadBuff (&amp;myTrSe)/.