chiark / gitweb /
net: Fix misspelt export entry.
authorMark Wooding <mdw@distorted.org.uk>
Tue, 19 Dec 2006 01:10:31 +0000 (01:10 +0000)
committerMark Wooding <mdw@distorted.org.uk>
Tue, 19 Dec 2006 01:10:31 +0000 (01:10 +0000)
net.lisp

index d957f53d684a00fd3611f689c96695b89f5224bc..08efe56ed2b9fd18f4052ed1d832da6c9b751f41 100644 (file)
--- 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))