From 91fc525d8d622c7b78c5fc3707200e4bf421f575 Mon Sep 17 00:00:00 2001 From: wangchunsheng Date: Sat, 20 Nov 2010 13:05:33 +0000 Subject: [PATCH] * fix the comment spelling error. --- lib/api/api.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/api/api.class.php b/lib/api/api.class.php index 33803f6fd8..d1cafcd5ee 100755 --- a/lib/api/api.class.php +++ b/lib/api/api.class.php @@ -113,7 +113,7 @@ class ztclient * * @param string $module the module name * @param string $method the methhod name - * @param string $vars the vars to passwd + * @param string $vars the vars to passed * @access private * @return string the model api string. */