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 <weizhuo[at]gamil[dot]com>
  * @link http://www.pradosoft.com/
- * @copyright Copyright &copy; 2005-2008 PradoSoft
+ * @copyright Copyright &copy; 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,
  * <code>
- *  <service id="json" class="System.Services.TJsonService">
+ *  <service id="json" class="System.Web.Services.TJsonService">
  *    <json id="get_article" class="Path.To.JsonResponseClass1" .../>
  *    <json id="register_rating" class="Path.To.JsonResponseClass2" .../>
  *  </service>
@@ -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