From: Kevin M. Rosenberg Date: Mon, 15 May 2006 23:45:54 +0000 (+0000) Subject: r10943: fix package description spelling mistake X-Git-Tag: v3.3.2~5 X-Git-Url: http://git.kpe.io/?p=cl-base64.git;a=commitdiff_plain;h=897a9893160b23f19dbb6b80632b0e838e6f4727 r10943: fix package description spelling mistake --- diff --git a/debian/changelog b/debian/changelog index 140e6cb..ae8fb35 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +cl-base64 (3.3.1-5) unstable; urgency=low + + * Fix spelling mistake in package description (closes:363204) + + -- Kevin M. Rosenberg Mon, 15 May 2006 17:41:36 -0600 + cl-base64 (3.3.1-4) unstable; urgency=low * New upstream URI diff --git a/debian/control b/debian/control index e110b34..39394de 100644 --- a/debian/control +++ b/debian/control @@ -11,5 +11,5 @@ Depends: ${shlibs:Depends}, common-lisp-controller (>= 3.47), cl-kmrcl Description: Common Lisp package to encode and decode base64 with URI support This package provides highly optimized base64 encoding and decoding. Besides conversion to and from strings, integer conversions are supported. - Encoding with Uniform Resource Indentifiers is supported by using + Encoding with Uniform Resource Identifiers is supported by using a modified encoding table that uses only URI-compatible characters.