Helpviewer/SslCertificatesDialog.py

branch
5_3_x
changeset 2764
1d85539ac41a
parent 2364
e90e9235f7d9
child 3163
9f50365a0870
diff -r 423835fb1204 -r 1d85539ac41a Helpviewer/SslCertificatesDialog.py
--- a/Helpviewer/SslCertificatesDialog.py	Sat Jun 29 18:40:45 2013 +0200
+++ b/Helpviewer/SslCertificatesDialog.py	Sun Jun 30 20:03:24 2013 +0200
@@ -137,7 +137,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:
@@ -328,7 +328,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