The following commit has been merged in the master branch:
commit 438c80b680790e529be82d05bdf367fb29b3e5ee
Author: Ralf Treinen <[email protected]>
Date: Mon Apr 2 08:50:51 2012 +0200
fixed in typo in message string
diff --git a/debian/changelog b/debian/changelog
index cd03171..62309ce 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+dh-ocaml (1.0.5) UNRELEASED; urgency=low
+
+ * Fixed typo in message string of dom-safe-pull.
+
+ -- Ralf Treinen <[email protected]> Mon, 02 Apr 2012 08:49:34 +0200
+
dh-ocaml (1.0.4) unstable; urgency=low
[ Mehdi Dogguy ]
diff --git a/tools/dom-safe-pull b/tools/dom-safe-pull
index 93c02fc..5cde587 100755
--- a/tools/dom-safe-pull
+++ b/tools/dom-safe-pull
@@ -23,7 +23,7 @@
sub update_remotes () {
for (`git remote`) {
chomp;
- print "Feching $_...\n";
+ print "Fetching $_...\n";
system("git fetch $_") == 0
or die "Could not fetch remote $_";
}
--
dh-ocaml packaging
_______________________________________________
Pkg-ocaml-maint-commits mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-ocaml-maint-commits