E5Network/E5SslCertificatesDialog.py

changeset 2763
e4794166ad70
parent 2432
b1a2f9054b28
child 2791
a9577f248f04
child 2990
583beaf0b4b8
--- a/E5Network/E5SslCertificatesDialog.py	Sat Jun 29 18:40:45 2013 +0200
+++ b/E5Network/E5SslCertificatesDialog.py	Sun Jun 30 19:55:48 2013 +0200
@@ -147,7 +147,7 @@
             server = itm.text(1)
             cert = self.serversCertificatesTree.currentItem().data(0, self.CertRole)
             
-            # delete the selected entry and it's parent entry, if it was the only one
+            # delete the selected entry and its parent entry, if it was the only one
             parent = itm.parent()
             parent.takeChild(parent.indexOfChild(itm))
             if parent.childCount() == 0:
@@ -342,7 +342,7 @@
         if res:
             cert = self.caCertificatesTree.currentItem().data(0, self.CertRole)
             
-            # delete the selected entry and it's parent entry, if it was the only one
+            # delete the selected entry and its parent entry, if it was the only one
             parent = itm.parent()
             parent.takeChild(parent.indexOfChild(itm))
             if parent.childCount() == 0:

eric ide

mercurial