diff options
author | Colin Okay <okay@toyful.space> | 2022-02-28 20:12:48 -0600 |
---|---|---|
committer | Colin Okay <okay@toyful.space> | 2022-02-28 20:12:48 -0600 |
commit | 33c391cef1586ed3d72fd84f95e6d947fc6adedd (patch) | |
tree | 505836d7514dcfda3f0d584ee2a8b7bd25c0e789 /src/lib.lisp | |
parent | db4f8b2c1bb01633c4e19b4d6fecc3c071df247f (diff) |
typo
Diffstat (limited to 'src/lib.lisp')
-rw-r--r-- | src/lib.lisp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib.lisp b/src/lib.lisp index a4254eb..fd303c0 100644 --- a/src/lib.lisp +++ b/src/lib.lisp @@ -401,7 +401,7 @@ the directories that appear in the value of that variable." (defun prompt-for-signature () - (if (y-or-n-p "Provide a contributor signature about yoruself?") + (if (y-or-n-p "Provide a contributor signature about yourself? ") (prompt "Go ahead: ") "")) |