[libfile-tee-perl] 05/06: Fix typo in long description.

gregor herrmann gregoa at debian.org
Tue Jan 3 17:46:38 UTC 2017


This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to branch master
in repository libfile-tee-perl.

commit 21fcd4e1cfc03e6cf22e91efb9d6ac2f39f625ea
Author: gregor herrmann <gregoa at debian.org>
Date:   Tue Jan 3 18:44:34 2017 +0100

    Fix typo in long description.
    
    Thanks: lintian.
---
 debian/control | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index fbd9c95..34c5105 100644
--- a/debian/control
+++ b/debian/control
@@ -19,7 +19,7 @@ Description: Perl module to duplicate streams like the tee unix command
  File::Tee is able to replicate data written to a Perl stream into another
  streams. It is the Perl equivalent of the shell utility tee(1).
  .
- It is implemeted around fork, creating a new process for every tee'ed stream.
+ It is implemented around fork, creating a new process for every tee'ed stream.
  That way, there are no problems handling the output generated by external
  programs run with system|perlfunc/system or by XS modules that don't go
  through perlio.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libfile-tee-perl.git



More information about the Pkg-perl-cvs-commits mailing list