summaryrefslogtreecommitdiffstats
path: root/phpfspot.class.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpfspot.class.php')
-rw-r--r--phpfspot.class.php5
1 files changed, 4 insertions, 1 deletions
diff --git a/phpfspot.class.php b/phpfspot.class.php
index b8f45a8..95227aa 100644
--- a/phpfspot.class.php
+++ b/phpfspot.class.php
@@ -28,6 +28,9 @@ require_once "phpfspot_db.php";
/**
* PHPFSPOT main class
*
+ * this class contains the most functions which will to the major
+ * work for phpfspot.
+ *
* @package phpfspot
*/
class PHPFSPOT {
@@ -2563,7 +2566,7 @@ class PHPFSPOT {
* error message
* @param string $file
* @param boolean $silent
- * @retrun boolean
+ * @return boolean
*/
private function check_readable($file, $silent = null)
{