Fix typo.
[doldaconnect.git] / lib / guile / autodl
index 669fbfc..ddf34cd 100755 (executable)
@@ -28,7 +28,7 @@
               (lambda (key . err) #f))))
   )
 
-(define (infomgs fmt . msg)
+(define (infomsg fmt . msg)
   (if infoport
       (begin
        (apply format (cons* infoport (string-append fmt "\n") msg))