aboutsummaryrefslogtreecommitdiff
path: root/debian/changelog
diff options
context:
space:
mode:
authorDaniele Tricoli <eriol@mornie.org>2014-11-20 14:36:23 +0000
committerDaniele Tricoli <eriol@mornie.org>2014-11-20 14:36:23 +0000
commit5d908e6205ac67417c1c36db0cb328f37f89666b (patch)
tree375d05e44a0af745024b8a967b17db6ef50e9be0 /debian/changelog
parent0fc35e9f031fdf1e7cf2decdaeac464462575ccd (diff)
downloadpython-urllib3-5d908e6205ac67417c1c36db0cb328f37f89666b.tar
python-urllib3-5d908e6205ac67417c1c36db0cb328f37f89666b.tar.gz
Fix typo s/insicure/insecure/
Diffstat (limited to 'debian/changelog')
-rw-r--r--debian/changelog2
1 files changed, 1 insertions, 1 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 <eriol@mornie.org> Thu, 20 Nov 2014 13:17:59 +0100