commit 30143ebecda1e65dc72a5ff1f4e789762206b647
parent f7ce13a8894dc0af548b3cb6328d203a4dbb5aec
Author: Andreas Guldstrand <andreas.guldstrand@gmail.com>
Date: Sat, 25 Mar 2017 15:39:07 +0100
SBO::Lib::Util: fix typo in prompt() documentation
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/SBO-Lib/lib/SBO/Lib/Util.pm b/SBO-Lib/lib/SBO/Lib/Util.pm
@@ -350,7 +350,7 @@ sub print_failures {
exit unless prompt "Should we continue?", default => "yes";
-C<prompt()> prompts the user for an answer, optinally specifying a default of
+C<prompt()> prompts the user for an answer, optionally specifying a default of
C<yes> or C<no>. If the default has been specified it returns a true value in
case 'yes' was selected, and a false value if 'no' was selected. Otherwise it
returns whatever the user answered.