From 30143ebecda1e65dc72a5ff1f4e789762206b647 Mon Sep 17 00:00:00 2001 From: Andreas Guldstrand Date: Sat, 25 Mar 2017 15:39:07 +0100 Subject: SBO::Lib::Util: fix typo in prompt() documentation --- SBO-Lib/lib/SBO/Lib/Util.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'SBO-Lib/lib/SBO/Lib/Util.pm') diff --git a/SBO-Lib/lib/SBO/Lib/Util.pm b/SBO-Lib/lib/SBO/Lib/Util.pm index ba2d372..22f7c24 100644 --- 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 prompts the user for an answer, optinally specifying a default of +C prompts the user for an answer, optionally specifying a default of C or C. 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. -- cgit v1.2.3