Minor typo in posixunix.scm

2022-09-14 Thread Matt Welland
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.

Re: Minor typo in posixunix.scm

2022-09-14 Thread Mario Domenech Goulart
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: