From 920edc625853aea9cba48dac69b697338ecafb7b Mon Sep 17 00:00:00 2001
From: Brion Vibber <brion@pobox.com>
Date: Fri, 6 Nov 2009 15:04:23 +0100
Subject: [PATCH] typo :P

---
 scripts/console.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/console.php b/scripts/console.php
index f1b089a7cd..41dd43f281 100755
--- a/scripts/console.php
+++ b/scripts/console.php
@@ -112,7 +112,7 @@ function console_help()
     print "Welcome to StatusNet's interactive PHP console!\n";
     print "Type some PHP code and it'll execute...\n";
     print "\n";
-    print "Hint: return a value of any time to output it via var_export():\n";
+    print "Hint: return a value of any type to output it via var_export():\n";
     print "  \$profile = new Profile();\n";
     print "  \$profile->find();\n";
     print "  \$profile->fetch();\n";
-- 
2.39.5