[Python-modules-commits] r20875 - in packages/python-wadllib/trunk/debian (2 files)

stefanor at users.alioth.debian.org stefanor at users.alioth.debian.org
Mon Mar 19 14:41:26 UTC 2012


    Date: Monday, March 19, 2012 @ 14:41:25
  Author: stefanor
Revision: 20875

Typos

Modified:
  packages/python-wadllib/trunk/debian/changelog
  packages/python-wadllib/trunk/debian/patches/no-et-roundtrip.patch

Modified: packages/python-wadllib/trunk/debian/changelog
===================================================================
--- packages/python-wadllib/trunk/debian/changelog	2012-03-19 14:14:57 UTC (rev 20874)
+++ packages/python-wadllib/trunk/debian/changelog	2012-03-19 14:41:25 UTC (rev 20875)
@@ -2,7 +2,7 @@
 
   * Rebuild against python3-defaults 3.2.3~rc1-2, to generate correct
     ${python3:Depends}.
-  * no-et-roundtrip.patch: Avoid round-trip trohugh ET that loses namespaces.
+  * no-et-roundtrip.patch: Avoid round-trip through ET that loses namespaces.
     (LP: #924240)
 
  -- Stefano Rivera <stefanor at debian.org>  Mon, 19 Mar 2012 15:48:47 +0200

Modified: packages/python-wadllib/trunk/debian/patches/no-et-roundtrip.patch
===================================================================
--- packages/python-wadllib/trunk/debian/patches/no-et-roundtrip.patch	2012-03-19 14:14:57 UTC (rev 20874)
+++ packages/python-wadllib/trunk/debian/patches/no-et-roundtrip.patch	2012-03-19 14:41:25 UTC (rev 20875)
@@ -1,5 +1,5 @@
 Description: Don't roundtrip through ET, losing namespaces
- I don't understand the purpose of the roundtrippnig through ET in
+ I don't understand the purpose of the round tripping through ET in
  _from_string. More to the point, it claims to track namespaces, but clearly
  doesn't correctly, causing LP: #924240.
  .




More information about the Python-modules-commits mailing list