diff options
author | Brion Vibber <brion@pobox.com> | 2009-11-06 15:04:23 +0100 |
---|---|---|
committer | Brion Vibber <brion@pobox.com> | 2009-11-06 15:04:23 +0100 |
commit | 920edc625853aea9cba48dac69b697338ecafb7b (patch) | |
tree | f6f7073a59999ad6de2a6d5fc760e5c290d9bebc /scripts | |
parent | 00ec0293522f4c00b3ef169aaf8c3da2055cab6e (diff) |
typo :P
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/console.php | 2 |
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"; |