From 6234952a972b70a9d7903ae5086f3abb8647796f Mon Sep 17 00:00:00 2001 From: knut <> Date: Thu, 14 Aug 2008 08:27:10 +0000 Subject: fixing typos --- framework/Web/Services/TJsonService.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'framework/Web/Services') diff --git a/framework/Web/Services/TJsonService.php b/framework/Web/Services/TJsonService.php index 16c3a0bc..93ad10d2 100644 --- a/framework/Web/Services/TJsonService.php +++ b/framework/Web/Services/TJsonService.php @@ -4,7 +4,7 @@ * * @author Wei Zhuo * @link http://www.pradosoft.com/ - * @copyright Copyright © 2005-2008 PradoSoft + * @copyright Copyright © 2005-2008 PradoSoft * @license http://www.pradosoft.com/license/ * @version $Id$ * @package System.Web.Services @@ -21,7 +21,7 @@ * * To use TJsonService, configure it in application configuration as follows, * - * + * * * * @@ -163,9 +163,9 @@ abstract class TJsonResponse extends TApplicationComponent } /** - * @return object json response content, null to supress output. + * @return object json response content, null to suppress output. */ abstract public function getJsonContent(); } -?> +?> -- cgit v1.2.3