The following commit has been merged in the master branch:
commit 52a35e88dadacd2c2544d497fde2be59bd27f84e
Author: Stephane Glondu <st...@glondu.net>
Date:   Sun Apr 8 18:41:12 2012 +0200

    Fix typo

diff --git a/debian/patches/0001-Fix-typo.patch 
b/debian/patches/0001-Fix-typo.patch
new file mode 100644
index 0000000..7cecdbd
--- /dev/null
+++ b/debian/patches/0001-Fix-typo.patch
@@ -0,0 +1,22 @@
+From: Stephane Glondu <st...@glondu.net>
+Date: Sun, 8 Apr 2012 18:40:54 +0200
+Subject: Fix typo
+
+---
+ test/xmltrip.ml |    2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/test/xmltrip.ml b/test/xmltrip.ml
+index dbefb3f..c489d75 100644
+--- a/test/xmltrip.ml
++++ b/test/xmltrip.ml
+@@ -212,7 +212,7 @@ let main () =
+     "-strip", Arg.Set strip, 
+     "strip and collapse white space in character data.";
+     "-ns", Arg.Set ns,
+-    "replace unbound namespaces prefixes by themselves (on input and ouput).";
++    "replace unbound namespaces prefixes by themselves (on input and 
output).";
+     "-eref", Arg.Set eref,
+     "replace unknown entity references by their name.";
+     "-xhtml", Arg.Set xhtml,
+-- 
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..985d04c
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+0001-Fix-typo.patch

-- 
xmlm packaging

_______________________________________________
Pkg-ocaml-maint-commits mailing list
Pkg-ocaml-maint-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-ocaml-maint-commits

Reply via email to