~ chicken-core (chicken-5) 92f2bf9a342ab0e286917d436de1866400baf09e
commit 92f2bf9a342ab0e286917d436de1866400baf09e
Author: Evan Hanson <evhan@foldling.org>
AuthorDate: Fri Sep 1 16:00:39 2017 -0400
Commit: Evan Hanson <evhan@foldling.org>
CommitDate: Fri Sep 1 16:00:39 2017 -0400
Fix typo in "current-effective-user-id" getter decoration
diff --git a/posixunix.scm b/posixunix.scm
index d5224be2..7f8bc239 100644
--- a/posixunix.scm
+++ b/posixunix.scm
@@ -786,7 +786,7 @@ static C_word C_i_fifo_p(C_word name)
(##sys#update-errno)
(##sys#error
'effective-user-id!-setter "cannot set effective user ID" id) ) )
- "(current-effective-used-id)"))
+ "(current-effective-user-id)"))
(define current-group-id
(getter-with-setter
Trap