diff options
author | Ludovic Courtès <ludo@gnu.org> | 2014-11-07 14:04:58 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2014-11-07 17:52:11 +0100 |
commit | 72b030c0495837191ea360e71fd6c786ec063edc (patch) | |
tree | d2c6d362ebe2dda62c21a971255c67e742137566 /gnu/packages/check.scm | |
parent | b1e666835eee2b327b4ac9a41898a2061c7ae0bb (diff) | |
download | guix-72b030c0495837191ea360e71fd6c786ec063edc.tar guix-72b030c0495837191ea360e71fd6c786ec063edc.tar.gz |
gnu: cppunit: Add missing space in description.
* gnu/packages/check.scm (cppunit)[description]: Add missing space.
Diffstat (limited to 'gnu/packages/check.scm')
-rw-r--r-- | gnu/packages/check.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/check.scm b/gnu/packages/check.scm index 6cbff6f5fd..399af2c0c2 100644 --- a/gnu/packages/check.scm +++ b/gnu/packages/check.scm @@ -64,7 +64,7 @@ source code editors and IDEs.") (home-page "http://sourceforge.net/projects/cppunit/") (synopsis "Unit testing framework for C++") (description "CppUnit is the C++ port of the famous JUnit framework for -unit testing. Test output is in XML for automatic testing and GUI based for +unit testing. Test output is in XML for automatic testing and GUI based for supervised tests.") (license lgpl2.1))) ; no copyright notices. LGPL2.1 is in the tarball |