From dbc2a7a9e4cda329304167a0738daba94327f5ed Mon Sep 17 00:00:00 2001 From: euromark Date: Tue, 23 Apr 2013 12:34:59 +0200 Subject: [PATCH] correct spelling mistake --- lib/Cake/Utility/Debugger.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Cake/Utility/Debugger.php b/lib/Cake/Utility/Debugger.php index 7e9bfcba85a..6aa7f98e9d3 100644 --- a/lib/Cake/Utility/Debugger.php +++ b/lib/Cake/Utility/Debugger.php @@ -421,7 +421,7 @@ public static function excerpt($file, $line, $context = 2) { } /** - * Wraps the highlight_string funciton in case the server API does not + * Wraps the highlight_string function in case the server API does not * implement the function as it is the case of the HipHop interpreter * * @param string $str the string to convert