From c3a72002383cb3de9bdcff09214bb757b2bc5e46 Mon Sep 17 00:00:00 2001 From: knut <> Date: Wed, 30 May 2007 23:27:00 +0000 Subject: fixing small typos in the API documentation --- framework/Util/TVarDumper.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'framework/Util/TVarDumper.php') diff --git a/framework/Util/TVarDumper.php b/framework/Util/TVarDumper.php index e16309c3..72591355 100644 --- a/framework/Util/TVarDumper.php +++ b/framework/Util/TVarDumper.php @@ -15,7 +15,7 @@ * * TVarDumper is intended to replace the buggy PHP function var_dump and print_r. * It can correctly identify the recursively referenced objects in a complex - * object structure. It also has a recurisve depth control to avoid indefinite + * object structure. It also has a recursive depth control to avoid indefinite * recursive display of some peculiar variables. * * TVarDumper can be used as follows, -- cgit v1.2.3