diff -r bcc10ef7015d -r e4794166ad70 E5Network/E5SslCertificatesDialog.py --- 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: