guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

05/05: gnu: steghide: Fix description.


From: Tobias Geerinckx-Rice
Subject: 05/05: gnu: steghide: Fix description.
Date: Mon, 27 Nov 2017 11:05:54 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 7832785deff1bf7907b072ef81d47d426425ad3b
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Thu Jun 22 01:21:52 2017 +0200

    gnu: steghide: Fix description.
    
    * gnu/packages/image.scm (steghide)[description]: Remove typos and improve
    grammar.
---
 gnu/packages/image.scm | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/image.scm b/gnu/packages/image.scm
index a183817..0e1f025 100644
--- a/gnu/packages/image.scm
+++ b/gnu/packages/image.scm
@@ -10,7 +10,7 @@
 ;;; Copyright © 2016 Leo Famulari <address@hidden>
 ;;; Copyright © 2016, 2017 Leo Famulari <address@hidden>
 ;;; Copyright © 2016, 2017 Efraim Flashner <address@hidden>
-;;; Copyright © 2016 Tobias Geerinckx-Rice <address@hidden>
+;;; Copyright © 2016, 2017 Tobias Geerinckx-Rice <address@hidden>
 ;;; Copyright © 2016 Eric Bavier <address@hidden>
 ;;; Copyright © 2016 Arun Isaac <address@hidden>
 ;;; Copyright © 2016, 2017 Kei Kebreau <address@hidden>
@@ -1054,10 +1054,9 @@ differences in file encoding, image quality, and other 
small variations.")
     (home-page "http://steghide.sourceforge.net";)
     (synopsis "Image and audio steganography")
     (description
-     "Steghide is a steganography program that is able to hide data in various
-kinds of image- and audio-files.  The color- respectivly sample-frequencies
-are not changed thus making the embedding resistant against first-order
-statistical tests.")
+     "Steghide is a program to hide data in various kinds of image and audio
+files (known as @dfn{steganography}).  Neither color nor sample frequencies are
+changed, making the embedding resistant against first-order statistical 
tests.")
     (license license:gpl2+)))
 
 (define-public stb-image-for-extempore



reply via email to

[Prev in Thread] Current Thread [Next in Thread]