Network/IRC/IrcNetworkListDialog.py

changeset 3591
2f2a4a76dd22
parent 3484
645c12de6b0c
child 3656
441956d8fce5
--- a/Network/IRC/IrcNetworkListDialog.py	Sat May 17 19:58:49 2014 +0200
+++ b/Network/IRC/IrcNetworkListDialog.py	Sun May 18 14:13:09 2014 +0200
@@ -44,7 +44,7 @@
     
     def __checkButtons(self):
         """
-        Public slot to set the enabled state of the buttons.
+        Private slot to set the enabled state of the buttons.
         """
         enable = True
         selectedItems = self.networksList.selectedItems()
@@ -119,7 +119,7 @@
     @pyqtSlot()
     def on_networksList_itemSelectionChanged(self):
         """
-        Privat slot to handle changes of the selection of networks.
+        Private slot to handle changes of the selection of networks.
         """
         self.__checkButtons()
     

eric ide

mercurial