summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2011-11-18 13:37:25 -0400
committerJoey Hess <joey@kitenet.net>2011-11-18 13:37:25 -0400
commit9991e280ec2364b4605c5b7371829af39c662043 (patch)
treee036ba5c479e998f5b6e009659df4938ab88b1e8
parent929dee9e4544801af94a68a4e4631484fff4a3f3 (diff)
Typo. Closes: #649158
-rw-r--r--debian/changelog6
-rw-r--r--sponge.docbook2
2 files changed, 7 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 6f0fce4..13822c1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+moreutils (0.46) UNRELEASED; urgency=low
+
+ * Typo. Closes: #649158
+
+ -- Joey Hess <joeyh@debian.org> Fri, 18 Nov 2011 13:37:10 -0400
+
moreutils (0.45) unstable; urgency=low
* ts: Support %.s for seconds sinch epoch with subsecond resolution.
diff --git a/sponge.docbook b/sponge.docbook
index ebdcdea..daab8eb 100644
--- a/sponge.docbook
+++ b/sponge.docbook
@@ -56,7 +56,7 @@ USA
<para><command>sponge</command> reads standard input and
writes it out to the specified file. Unlike a shell
redirect, sponge soaks up all its input before
- opening the output file. This allows constricting
+ opening the output file. This allows constructing
pipelines that read from and write to
the same file.</para>
<para>