From: Andre Noll Date: Sat, 14 Apr 2012 22:04:29 +0000 (+0200) Subject: recv.h: Fix typo in documentation. X-Git-Tag: v0.4.11~22^2~1 X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=commitdiff_plain;h=7f92e153f36d7cbe01ec64de489296db8b306e6a recv.h: Fix typo in documentation. The sentence contains the word "the" twice. --- diff --git a/recv.h b/recv.h index ef2a596b..c69520e4 100644 --- a/recv.h +++ b/recv.h @@ -108,9 +108,9 @@ struct receiver { * Evaluate the result from select(). * * This hook gets called after the call to select(). It should check - * all file descriptors which were added to any of the the fd sets - * during the previous call to pre_select. According to the result, it - * may then use any non-blocking I/O to establish a connection or to + * all file descriptors which were added to any of the fd sets during + * the previous call to pre_select. According to the result, it may + * then use any non-blocking I/O to establish a connection or to * receive the audio data. * * \sa select(2), struct receiver.