diff options
Diffstat (limited to 'devdoc/Dillo.txt')
-rw-r--r-- | devdoc/Dillo.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devdoc/Dillo.txt b/devdoc/Dillo.txt index e7f18de7..99e940be 100644 --- a/devdoc/Dillo.txt +++ b/devdoc/Dillo.txt @@ -84,7 +84,7 @@ upon HTTP header arrival. Well, the html parser gets fed, and proper functions are called for each tag (to parse and call the appropriate methods) -and the whole page is contructed in a streamed way. +and the whole page is constructed in a streamed way. Somewhere in the middle of it, resize and repaint functions are activated and idle functions draw to screen what has been processed. |