minor documentation fixes

SVN revision: 3667
This commit is contained in:
Carsten Haitzler 2000-10-20 21:34:25 +00:00
parent 0e64a78d9a
commit f843a2453a
1 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@ alink=#ccaacc>
By Carsten Haitzler<br>
Copyright (C) 2000<br>
<br>
VA Linux Systems<br>
From VA Linux Systems<br>
<br>
</center>
</font>
@ -80,7 +80,7 @@ Infinite loop ...
... continue program infinite loop
</pre></font></blockquote>
<p>
In a naievely written program an event loop may have many re-renderins and
In a naievely written program an event loop may have many re-renderings and
re-drawings going on as things are modified, otherwise the application needs
to retain state like evas does and ten handle draws in idle time too, which
means applications need to do the work Evas does themselves, as well as the