X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcore%2Fcoresessioneventprocessor.h;h=0af071f127b18e3496d782805ec77077581b3dde;hp=189c78e284c3c1990da935952db98c6cc110c25e;hb=c8ddabf364eff2400c61cea395aefe69eb8ba1b3;hpb=0fdc92b633d25609933314dc4fd942a7ab5dd94a diff --git a/src/core/coresessioneventprocessor.h b/src/core/coresessioneventprocessor.h index 189c78e2..0af071f1 100644 --- a/src/core/coresessioneventprocessor.h +++ b/src/core/coresessioneventprocessor.h @@ -125,18 +125,18 @@ private slots: /** This slot handles a bulk-join after a netsplit is over * \param net The network * \param channel The channel the users joined - * \param users The list of users that joind the channel + * \param users The list of users that joined the channel * \param modes The list of modes the users get set - * \param quitMessage The message we received when the netsplit occured + * \param quitMessage The message we received when the netsplit occurred */ void handleNetsplitJoin(Network* net, const QString& channel, const QStringList& users, const QStringList& modes, const QString& quitMessage); //! Quits after a netsplit - /** This slot handles a bulk-quit after a netsplit occured + /** This slot handles a bulk-quit after a netsplit occurred * \param net The network - * \param channel The channel the users quitted + * \param channel The channel the users quit * \param users The list of users that got split - * \param quitMessage The message we received when the netsplit occured + * \param quitMessage The message we received when the netsplit occurred */ void handleNetsplitQuit(Network* net, const QString& channel, const QStringList& users, const QString& quitMessage);