X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=filter_common.c;h=907912fd06d9f0e4a78a53c7a5026c4a0a9d4846;hp=415824adb65f872a1815fb1f3a0af3dbd7efae6f;hb=e065f3eec9be99d82da855bf3da38d8e86752fef;hpb=9c5fbc5dd8b53604d7e73fb6714ee2b5e3458866 diff --git a/filter_common.c b/filter_common.c index 415824ad..907912fd 100644 --- a/filter_common.c +++ b/filter_common.c @@ -123,13 +123,13 @@ void print_filter_helps(int detailed) } /** - * Set select timeout of the the scheduler. + * Set select timeout of the scheduler. * * \param s The scheduler. * \param t The task struct of this filter. * * This looks at the status of the btr node of the filter. If data is available - * in the input queue of the filter, or if an error occured, a minimal timeout + * in the input queue of the filter, or if an error occurred, a minimal timeout * for the next select call is requested from the scheduler. Otherwise the * scheduler timeout is left unchanged. */