diff options
-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: ") "")) |