From 62e3c3978afae0391565813188cb4c050c25a659 Mon Sep 17 00:00:00 2001 From: david Date: Sun, 13 Mar 2005 18:02:12 +0000 Subject: [PATCH] Revision: cxml--devel--1.0--patch-22 Archive: david@knowledgetools.de--cxml Creator: David Lichteblau Date: Wed Jan 14 23:04:07 CET 2004 Standard-date: 2004-01-14 22:04:07 GMT Modified-files: xml/dompack.lisp New-patches: david@knowledgetools.de--cxml/cxml--devel--1.0--patch-22 Summary: s/remove-atttribute/remove-attribute s/remove-atttribute/remove-attribute --- xml/dompack.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xml/dompack.lisp b/xml/dompack.lisp index 556a931..1e962b6 100644 --- a/xml/dompack.lisp +++ b/xml/dompack.lisp @@ -52,7 +52,7 @@ #:tag-name #:get-attribute #:set-attribute - #:remove-atttribute + #:remove-attribute #:get-attribute-node #:set-attribute-node #:remove-attribute-node -- GitLab