From 1275723f36c4fb64a628ed8077a1aee6766ea37d Mon Sep 17 00:00:00 2001 From: Petr Skoda Date: Fri, 21 May 2010 19:08:35 +0000 Subject: [PATCH] fixed typo --- lib/clilib.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/clilib.php b/lib/clilib.php index 928af4cbc07..d174051ad5c 100644 --- a/lib/clilib.php +++ b/lib/clilib.php @@ -26,7 +26,7 @@ /** * Get input from user - * @param string $prompt text prompt, should include possible obptions + * @param string $prompt text prompt, should include possible options * @param string $default default value when enter pressed * @param array $options list of allowed options, empty means any text * @param bool $casesensitive true if options are case sensitive