]> git.sur5r.net Git - cc65/commitdiff
Corrected minor spelling errors
authorcuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Sun, 6 Jun 2004 10:35:12 +0000 (10:35 +0000)
committercuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Sun, 6 Jun 2004 10:35:12 +0000 (10:35 +0000)
git-svn-id: svn://svn.cc65.org/cc65/trunk@3104 b7a2c559-68d2-44c3-8de9-860c34a00d81

doc/geos.sgml

index cf8a82b838dab177d8d405b932bdee9b023c8cbb..b1ec523a783b823de1828730dbe32856698d14db 100644 (file)
@@ -1651,7 +1651,7 @@ kernal (like <tt/DoMenu/, <tt/DoIcons/, etc.) - right before passing control to
 Be warned that vectors are most likely to be changed by GEOS kernal also by other functions (like
 <tt/GotoFirstMenu/, <tt/DoDlgBox/ and its derivatives etc.). It depends on what kernal functions
 you use and which vectors you altered. Unfortunately there is no exact list for GEOS 2.0, a complete
-list for GEOS 1.x can be found in A. Boyce's Programmers' Referenece Guide mentioned before. Most of
+list for GEOS 1.x can be found in A. Boyce's Programmers' Reference Guide mentioned before. Most of
 information contained there should be still valid for GEOS 2.0. When calling a function that restores
 the vector you should add a <tt/hook_into_system()/ call right after it.
 <p>