diff -r cbf90feec16f -r 8e85ca3fabe7 Network/IRC/IrcWidget.py --- a/Network/IRC/IrcWidget.py Sat Dec 22 13:13:56 2012 +0100 +++ b/Network/IRC/IrcWidget.py Sat Dec 22 15:09:28 2012 +0100 @@ -344,7 +344,7 @@ """ Private slot handling the closing of a channel. - @param name name of the closed channel (string) + @param name name of the closed channel (string) """ for channel in self.__channelList: if channel.name() == name: