Index: wp-includes/functions.php
===================================================================
--- wp-includes/functions.php	(revision 30056)
+++ wp-includes/functions.php	(working copy)
@@ -2619,7 +2619,7 @@
  *
  * @param mixed $data    Variable (usually an array or object) to encode as JSON
  * @param int   $options Options to be passed to json_encode(). Default 0.
- * @param int   $depth   Maximum depth to walk through $data. Must be greater than 0, default 512.t
+ * @param int   $depth   Maximum depth to walk through $data. Must be greater than 0, default 512.
  *
  * @return bool|string The JSON encoded string, or false if it cannot be encoded
  */