From 98f47b848b9917cdecbe9c0ba27e339cb55f0cf8 Mon Sep 17 00:00:00 2001 From: pixel Date: Sat, 6 Sep 2003 13:48:16 +0000 Subject: Typos --- doc/API | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/API b/doc/API index 01eea54..c9ec6a9 100644 --- a/doc/API +++ b/doc/API @@ -19,9 +19,9 @@ pipe fork exit -I did wrote some little and stupid memory functions. Maybe I'll later use +I did write some little and stupid memory functions. Maybe I'll later use dlmalloc or something like this. The other function will throw an exception -if something went wrong. +if something goes wrong. If you can't write an inner-class function that has to allocate memory, use the x* functions: @@ -558,7 +558,7 @@ the task will be awoken if something bad happends to the handle. When a watch over a Handle occures, the watch is removed, unless W4_STICKY. A task can do anythings it wants, especially causing a GeneralException. Then it -will ended by the TaskMan, like if it did returned TASK_DONE. +will ended by the TaskMan, like if it did return TASK_DONE. Well I hoped I was enough clear. If not, read the source code of the following classes: @@ -567,7 +567,7 @@ classes: Class CopyJob: ------------- -This task takes four parameters as creator: +This task takes four parameters as constructor: CopyJob(Handle * s, Handle * d, ssize_t max = -1, bool ds = false); The task will copy the handle s to the handle d. If max != -1 then it will copy -- cgit v1.2.3