From: Andre Noll Date: Sun, 19 May 2013 19:25:13 +0000 (+0200) Subject: filter_common.c: Fix two typos in comment. X-Git-Tag: v0.4.13~36 X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=commitdiff_plain;h=573ed68b79ebbe62725672a9fae8eea00ac2e357 filter_common.c: Fix two typos in comment. --- 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. */