From f94f2280132fe851488ca4589deb689460995b1b Mon Sep 17 00:00:00 2001 From: westi Date: Sat, 28 Jan 2012 12:32:55 +0000 Subject: [PATCH] Separating my commits so that my spelling mistakes are plain for everyone to see. Fix another mistake props duck_. git-svn-id: http://svn.automattic.com/wordpress/trunk@19775 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-includes/functions.php b/wp-includes/functions.php index cf3c3a0d1..d805473c7 100644 --- a/wp-includes/functions.php +++ b/wp-includes/functions.php @@ -3667,7 +3667,7 @@ function wp_allowed_protocols() { * @param string $ignore_class A class to ignore all function calls within - useful when you want to just give info about the callee * @param string $skip_frames A number of stack frames to skip - useful for unwinding back to the source of the issue * @param bool $pretty Whether or not you want a comma separated string or raw array returned - * @return string|array Either a string containing a reversed comma seperated trace or an array of individual calls. + * @return string|array Either a string containing a reversed comma separated trace or an array of individual calls. */ function wp_debug_backtrace_summary( $ignore_class = null, $skip_frames = 0, $pretty = true ) { $trace = debug_backtrace( false );