From: Joey Hess Date: Fri, 18 Nov 2011 17:37:25 +0000 (-0400) Subject: Typo. Closes: #649158 X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9991e280ec2364b4605c5b7371829af39c662043;p=moreutils Typo. Closes: #649158 --- 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 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 sponge 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.