]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
typo :P
authorBrion Vibber <brion@pobox.com>
Fri, 6 Nov 2009 14:04:23 +0000 (15:04 +0100)
committerBrion Vibber <brion@pobox.com>
Fri, 6 Nov 2009 14:04:23 +0000 (15:04 +0100)
scripts/console.php

index f1b089a7cd1c613aa6de796b03df126e523df2bb..41dd43f28192166bcd77e99dc2562885d7a35638 100755 (executable)
@@ -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";