]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - scripts/console.php
Merge branch '0.9.x' of git://gitorious.org/statusnet/mainline into 0.9.x
[quix0rs-gnu-social.git] / scripts / console.php
index f1b089a7cd1c613aa6de796b03df126e523df2bb..2a000d39b077071965176b8f68fd53c2f044124f 100755 (executable)
@@ -60,9 +60,9 @@ function read_input_line($prompt)
 }
 
 /**
- * On Unix-like systems where PHP readline extension isn't present,
+ * On Unix-like systems where PHP readline extension is not present,
  * -cough- Mac OS X -cough- we can shell out to bash to do it for us.
- * This lets us at least handle things like arrow keys, but we don't
+ * This lets us at least handle things like arrow keys, but we do not
  * get any entry history. :(
  *
  * Shamelessly ripped from when I wrote the same code for MediaWiki. :)
@@ -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";