Fix typo.
authorfredrik <fredrik@959494ce-11ee-0310-bf91-de5d638817bd>
Thu, 23 Nov 2006 02:29:30 +0000 (02:29 +0000)
committerfredrik <fredrik@959494ce-11ee-0310-bf91-de5d638817bd>
Thu, 23 Nov 2006 02:29:30 +0000 (02:29 +0000)
git-svn-id: svn+ssh://svn.dolda2000.com/srv/svn/repos/src/doldaconnect@771 959494ce-11ee-0310-bf91-de5d638817bd

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))