X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcore%2Fnetsplit.h;fp=src%2Fcore%2Fnetsplit.h;h=8d53fb4fd18acdf703af7fdb76654bd4324e5d6a;hp=9719a1814ae0b5e607ef6c627239ac966a941b87;hb=c8ddabf364eff2400c61cea395aefe69eb8ba1b3;hpb=0fdc92b633d25609933314dc4fd942a7ab5dd94a diff --git a/src/core/netsplit.h b/src/core/netsplit.h index 9719a181..8d53fb4f 100644 --- a/src/core/netsplit.h +++ b/src/core/netsplit.h @@ -48,7 +48,7 @@ public: void userQuit(const QString& sender, const QStringList& channels, const QString& msg); //! Remove a user from the netsplit - /** Call this method if a user joined after a netsplit occured. + /** Call this method if a user joined after a netsplit occurred. * * \param sender The sender string of the joined user * \param channel The channel that user shares with us @@ -107,7 +107,7 @@ signals: * for every channel. * \param net The network * \param channel The IRC channel - * \param users A list of all users that quitted in that channel + * \param users A list of all users that quit in that channel * \param quitMessage The Quitmessage and thus the servers that got split */ void netsplitQuit(Network* net, const QString& channel, const QStringList& users, const QString& quitMessage);