X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fngircd%2Firc-channel.c;h=b9f0bdcdbba57cebd9ee828e9905bd929aba90a3;hb=56ed5c90ad02fb10cdbd7767a9dd85b2e06cdb19;hp=812429bbf33eadc2a0dbd5174522bb673572f121;hpb=7b30c352a1f47fbcf020720c4aeb1a669bf37878;p=ngircd.git diff --git a/src/ngircd/irc-channel.c b/src/ngircd/irc-channel.c index 812429bb..b9f0bdcd 100644 --- a/src/ngircd/irc-channel.c +++ b/src/ngircd/irc-channel.c @@ -176,7 +176,7 @@ join_set_channelmodes(CHANNEL *chan, CLIENT *target, const char *flags) * and MODE commands. * * @param To Forward JOIN (and MODE) command to this peer server - * @param Prefix Client used to prefix the genrated commands + * @param Prefix Client used to prefix the generated commands * @param Data Parameters of JOIN command to forward, probably * containing channel modes separated by ASCII 7. */ @@ -209,7 +209,7 @@ cb_join_forward(CLIENT *To, CLIENT *Prefix, void *Data) * This function calls cb_join_forward(), which differentiates between * protocol implementations (e.g. RFC 2812, RFC 1459). * - * @param Client Client used to prefix the genrated commands + * @param Client Client used to prefix the generated commands * @param target Forward JOIN (and MODE) command to this peer server * @param chan Channel structure * @param channame Channel name @@ -250,7 +250,7 @@ join_forward(CLIENT *Client, CLIENT *target, CHANNEL *chan, /** * Acknowledge user JOIN request and send "channel info" numerics. * - * @param Client Client used to prefix the genrated commands + * @param Client Client used to prefix the generated commands * @param target Forward commands/numerics to this user * @param chan Channel structure * @param channame Channel name