Mercurial > ecos
changeset 1202:d2772214a036
Fix typo in CDL description
| author | gthomas |
|---|---|
| date | Mon, 08 Sep 2003 17:16:29 +0000 |
| parents | 5cc8707c7bc1 |
| children | de0f96386f4f |
| files | packages/services/compress/zlib/current/ChangeLog packages/services/compress/zlib/current/cdl/compress_zlib.cdl |
| diffstat | 2 files changed, 5 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/packages/services/compress/zlib/current/ChangeLog +++ b/packages/services/compress/zlib/current/ChangeLog @@ -1,3 +1,7 @@ +2003-09-08 Thomas Koeller <thomas.koeller@baslerweb.com> + + * cdl/compress_zlib.cdl : Displayed package name was wrong. + 2002-10-10 Andrew Lunn <andrew.lunn@ascom.ch> * include/zutil.h:
--- a/packages/services/compress/zlib/current/cdl/compress_zlib.cdl +++ b/packages/services/compress/zlib/current/cdl/compress_zlib.cdl @@ -83,7 +83,7 @@ cdl_package CYGPKG_COMPRESS_ZLIB { # ==================================================================== cdl_component CYGPKG_COMPRESS_ZLIB_OPTIONS { - display "Common memory allocator package build options" + display "Zlib compress and decompress package build options" flavor none no_define description "
