summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrion Vibber <brion@pobox.com>2009-11-06 15:04:23 +0100
committerBrion Vibber <brion@pobox.com>2009-11-06 16:17:43 +0100
commit8516c4eef0f5c1a5d1a0a1a6c077475875eed297 (patch)
treec6379c57b34097d157b2fb3f2833f593c9fea3b3
parent1e1b2f778387bdbd0a22a06e94b1e145565b43dd (diff)
typo :P
-rwxr-xr-xscripts/console.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/console.php b/scripts/console.php
index f1b089a7c..41dd43f28 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";