Browse Source

correct spelling

euromark 12 years ago
parent
commit
ff3b1a6d60
2 changed files with 2 additions and 2 deletions
  1. 1 1
      Lib/Auth.php
  2. 1 1
      Lib/Utility/Utility.php

+ 1 - 1
Lib/Auth.php

@@ -9,7 +9,7 @@ if (!defined('USER_RIGHT_KEY')) {
 App::uses('CakeSession', 'Model/Datasource');
 
 /**
- * Convinience wrapper to access Auth data and check on rights/roles.
+ * Convenience wrapper to access Auth data and check on rights/roles.
  * Expects the Role session infos to be either
  * 	`Auth.User.role_id` (single) or
  * 	`Auth.User.Role` (multi)

+ 1 - 1
Lib/Utility/Utility.php

@@ -250,7 +250,7 @@ class Utility {
 	}
 
 	/**
-	 * convinience function for automatic casting in form methods etc
+	 * Convenience function for automatic casting in form methods etc
 	 *
 	 * @param mixed $value
 	 * @param string $type