filter_common.c: Fix two typos in comment.
[paraslash.git] / filter_common.c
index 415824adb65f872a1815fb1f3a0af3dbd7efae6f..907912fd06d9f0e4a78a53c7a5026c4a0a9d4846 100644 (file)
@@ -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.
  */