From 33c391cef1586ed3d72fd84f95e6d947fc6adedd Mon Sep 17 00:00:00 2001 From: Colin Okay Date: Mon, 28 Feb 2022 20:12:48 -0600 Subject: typo --- src/lib.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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: ") "")) -- cgit v1.2.3