diff --git a/debian/changelog b/debian/changelog
index 6b8ca89c496d787eb066e7beab5b775174926092..560d2d68c708643769602353032caea0bfd5ffff 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,13 @@
 python-defaults (2.6.5-14) UNRELEASED; urgency=low
 
+  [ Piotr Ożarowski ]
   * dh_python2: typo in --help output fixed (thanks to Adam D. Barratt)
 
- -- Piotr Ożarowski <piotr@debian.org>  Tue, 17 Aug 2010 21:53:47 +0200
+  [ Scott Kitterman ]
+  * debian/python-policy.sgml and debian/pyversions.py fix typos (thanks to
+    Adam D. Barratt)
+
+ -- Scott Kitterman <scott@kitterman.com>  Wed, 18 Aug 2010 16:56:12 -0400
 
 python-defaults (2.6.5-13) unstable; urgency=low
 
diff --git a/debian/python-policy.sgml b/debian/python-policy.sgml
index b798375a557ab47bcc559bd4a51d8c67a6dc18f6..31ff1e52d19d5804025f1fcab3d67fc547401c12 100644
--- a/debian/python-policy.sgml
+++ b/debian/python-policy.sgml
@@ -440,7 +440,7 @@ import foo
 	  versions of Python (not versions of Python 3) supported by the
 	  source package. Similarly, <tt>X-Python3-Version</tt> is used to
 	  specify the versions of Python 3 supported by the package.  When not
-	  specified, they defaults to all currently supported Python (or Python 3)
+	  specified, they default to all currently supported Python (or Python 3)
 	  versions.
 
 	  They are used by some packaging scripts to automatically generate
diff --git a/debian/pyversions.py b/debian/pyversions.py
index 414d13d0b089604bf1c99533d99a2a3cb954edb8..d897e2fcfaaa330ef884cd0533189ac53c4dfba8 100644
--- a/debian/pyversions.py
+++ b/debian/pyversions.py
@@ -237,7 +237,7 @@ class MissingVersionValueError(ValueError):
     pass
 
 def extract_pyversion_attribute(fn, pkg):
-    """read the debian/control file, extract the XS-Python-Version or
+    """read the debian/control file, extract the X-Python-Version or
     XS-Python-Version field; check that XB-Python-Version exists for the
     package."""