From 5d908e6205ac67417c1c36db0cb328f37f89666b Mon Sep 17 00:00:00 2001 From: Daniele Tricoli Date: Thu, 20 Nov 2014 14:36:23 +0000 Subject: Fix typo s/insicure/insecure/ --- debian/changelog | 2 +- debian/patches/06_do-not-make-SSLv3-mandatory.patch | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 9fd8cff..a8b6117 100644 --- a/debian/changelog +++ b/debian/changelog @@ -7,7 +7,7 @@ python-urllib3 (1.9.1-3) UNRELEASED; urgency=medium [ Daniele Tricoli ] * debian/patches/06_do-not-make-SSLv3-mandatory.patch - - Since SSL version 3 is insicure it is supported only if Python + - Since SSL version 3 is insecure it is supported only if Python supports it. (Closes: #770246) -- Daniele Tricoli Thu, 20 Nov 2014 13:17:59 +0100 diff --git a/debian/patches/06_do-not-make-SSLv3-mandatory.patch b/debian/patches/06_do-not-make-SSLv3-mandatory.patch index 0ce3f4a..c072d60 100644 --- a/debian/patches/06_do-not-make-SSLv3-mandatory.patch +++ b/debian/patches/06_do-not-make-SSLv3-mandatory.patch @@ -1,4 +1,4 @@ -Description: Since SSL version 3 is insicure it is supported only if Python +Description: Since SSL version 3 is insecure it is supported only if Python supports it. In Debian SSL version 3 is disabled in system Python since 2.7.8-12. Author: Daniele Tricoli -- cgit v1.2.3