diff options
Diffstat (limited to 'lisp/sql/auth-pkg.lisp')
| -rw-r--r-- | lisp/sql/auth-pkg.lisp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/sql/auth-pkg.lisp b/lisp/sql/auth-pkg.lisp index c5f8839..21a996e 100644 --- a/lisp/sql/auth-pkg.lisp +++ b/lisp/sql/auth-pkg.lisp @@ -193,8 +193,8 @@ even if it's just a guest user." (set-user user)))) (defun get-user () - "Convenience function for getting the `authenticated-user' from user -session." + "Convenience function for getting the `authenticated-user' from the +user session." (get-session-object *authenticated-user-session-key*)) (defun set-user (user) |
