From 897a9893160b23f19dbb6b80632b0e838e6f4727 Mon Sep 17 00:00:00 2001
From: "Kevin M. Rosenberg" <kevin@rosenberg.net>
Date: Mon, 15 May 2006 23:45:54 +0000
Subject: [PATCH] r10943: fix package description spelling mistake

---
 debian/changelog | 6 ++++++
 debian/control   | 2 +-
 2 files changed, 7 insertions(+), 1 deletion(-)

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 <kmr@debian.org>  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.
-- 
GitLab