Re: Minor typo in posixunix.scm
On Wed, 14 Sep 2022 10:19:09 -0400 Matt Welland wrote: > posixunix.scm: (posix-error #:file-error 'create-symbol-link "cannot > create symbolic link" old new) ) ) ) > > Should probably be "create-symbolic-link". Thanks for reporting that, Matt. I've pushed a fix: https://code.call-cc.org/cgi-bin/gitweb.cgi?p=chicken-core.git;a=commit;h=cf1e956b494ffdb2e1454fb1d3234e841ba23bdd All the best. Mario -- http://parenteses.org/mario
Minor typo in posixunix.scm
posixunix.scm: (posix-error #:file-error 'create-symbol-link "cannot create symbolic link" old new) ) ) ) Should probably be "create-symbolic-link". Thanks, Matt -=- Complexity is your enemy. Any fool can make something complicated. It is hard to keep things simple. - Richard Branson.