r10943: fix package description spelling mistake
authorKevin M. Rosenberg <kevin@rosenberg.net>
Mon, 15 May 2006 23:45:54 +0000 (23:45 +0000)
committerKevin M. Rosenberg <kevin@rosenberg.net>
Mon, 15 May 2006 23:45:54 +0000 (23:45 +0000)
debian/changelog
debian/control

index 140e6cbd3edab071adfc29a17c708cecb96b2676..ae8fb358a8ecd4d87eb638968f5926ecc881a31a 100644 (file)
@@ -1,3 +1,9 @@
+cl-base64 (3.3.1-5) unstable; urgency=low
+
+  * Fix spelling mistake in package description (closes:363204)
+
+ -- Kevin M. Rosenberg <kmr@debian.org>  Mon, 15 May 2006 17:41:36 -0600
+
 cl-base64 (3.3.1-4) unstable; urgency=low
 
   * New upstream URI
index e110b34749822d3c6b4f8c6589af66bca1f5f637..39394dec087d6d06b312423543d0207b51d58623 100644 (file)
@@ -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.