E5Network/E5SslCertificatesDialog.py

branch
Py2 comp.
changeset 2791
a9577f248f04
parent 2525
8b507a9a2d40
parent 2763
e4794166ad70
child 3057
10516539f238
--- a/E5Network/E5SslCertificatesDialog.py	Mon Jul 08 21:47:26 2013 +0200
+++ b/E5Network/E5SslCertificatesDialog.py	Mon Jul 08 22:36:10 2013 +0200
@@ -149,7 +149,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:
@@ -344,7 +344,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