diff options
author | Yuval Langer <yuval.langer@gmail.com> | 2023-12-19 03:37:32 +0200 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2023-12-19 14:23:40 -0500 |
commit | 1bfbe7c86e26a7599d13e807d0d8af2a18699d19 (patch) | |
tree | 562155248dfefb928527ca16da7c98158a7f428d | |
parent | 5de554b2c3c6def7d68e535a489ae34848fb4320 (diff) |
Fix minor typo in docstring.
-rw-r--r-- | haunt/ui.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/haunt/ui.scm b/haunt/ui.scm index 7a0d2dd..a0e98c7 100644 --- a/haunt/ui.scm +++ b/haunt/ui.scm @@ -136,7 +136,7 @@ There is NO WARRANTY, to the extent permitted by law.~%" (apply command-main args)))) (define* (haunt-main arg0 . args) - ;; Add haunt site directory to Guile's load path so that user's can + ;; Add haunt site directory to Guile's load path so that users can ;; easily import their own modules. (add-to-load-path (getcwd)) (setlocale LC_ALL "") |