Fix typo in comment

This commit is contained in:
Paulo Matos 2020-05-30 08:42:01 +02:00 committed by GitHub
parent f44877bf4b
commit aa0cfd0557
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -55,7 +55,7 @@
[user 'user] [user 'user]
[(path-string? given-scope) [(path-string? given-scope)
;; This can happens when a #:scope value is given a path programmatically. ;; This can happens when a #:scope value is given a path programmatically.
;; Make it easier on clients by alloing that. ;; Make it easier on clients by allowing that.
(path->complete-path given-scope)] (path->complete-path given-scope)]
[scope-dir (path->complete-path scope-dir)] [scope-dir (path->complete-path scope-dir)]
[else [else