From 8db288376fc077c4d77a6e76f31b3b404f5ed2ad Mon Sep 17 00:00:00 2001 Message-Id: <8db288376fc077c4d77a6e76f31b3b404f5ed2ad.1715431293.git.mdw@distorted.org.uk> From: Mark Wooding Date: Tue, 19 Dec 2006 01:10:31 +0000 Subject: [PATCH] net: Fix misspelt export entry. Organization: Straylight/Edgeware From: Mark Wooding --- net.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net.lisp b/net.lisp index d957f53..08efe56 100644 --- a/net.lisp +++ b/net.lisp @@ -34,7 +34,7 @@ (defpackage #:net #:ipnet-pretty #:ipnet-string #:ipnet-broadcast #:ipnet-hosts #:ipnet-host #:ipaddr-networkp #:ipnet-subnetp #:ipnet-changeable-bytes - #:host-find# #:host-create #:defhost #:parse-ipaddr + #:host-find #:host-create #:defhost #:parse-ipaddr #:resolve-hostname #:canonify-hostname #:net #:net-find #:net-get-as-ipnet #:net-create #:defnet #:net-next-host #:net-host)) -- [mdw]