summaryrefslogtreecommitdiff
path: root/html/en/drv/gl.html
diff options
context:
space:
mode:
Diffstat (limited to 'html/en/drv/gl.html')
-rw-r--r--html/en/drv/gl.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/html/en/drv/gl.html b/html/en/drv/gl.html
index ffe3d65..8b78ca5 100644
--- a/html/en/drv/gl.html
+++ b/html/en/drv/gl.html
@@ -28,7 +28,7 @@
API functions, which it was written against the
<a href="http://www.freetype.org/">Free Type</a> library.</p>
<p>The driver is not dependent of system functions. It uses only the OpenGL
-portable funtions. So if the window canvas changes its size the attribute &quot;SIZE&quot;
+portable functions. So if the window canvas changes its size the attribute &quot;SIZE&quot;
must be set with the new size or cdCanvasGetSize will return an incorrect value.</p>
<h3>Use</h3>
@@ -50,7 +50,7 @@ must be set with the new size or cdCanvasGetSize will return an incorrect value.
and the OpenGL library. The FTGL library is dependent also on the GLU
library. In UNIX <strong>cdgl</strong> is also dependent on <strong>iconv</strong>.</p>
<p>In Lua, it is necessary to call function <font face="Courier"> <strong>cdluagl_open() </strong> </font>after a call
- to function <strong><font face="Courier">cdlua_open()</font></strong>, apart from linkediting with the &quot;<strong><font face="Courier">cdluagl</font></strong>&quot;
+ to function <strong><font face="Courier">cdlua_open()</font></strong>, apart from linking with the &quot;<strong><font face="Courier">cdluagl</font></strong>&quot;
library. This is not necessary if you do require&quot;cdluagl&quot;.&nbsp;</p>
<h3>Behavior of Functions</h3>