spelling fixes

This commit is contained in:
klemens
2017-04-08 12:10:39 +02:00
parent c7d42e4a32
commit 51a0e764e8
11 changed files with 16 additions and 16 deletions

View File

@@ -91,7 +91,7 @@ class Smarty_CacheResource_Pdo extends Smarty_CacheResource_Custom
*
* @param PDO $pdo PDO : active connection
* @param string $table : table (or view) name
* @param string $database : optionnal - if table is located in another db
* @param string $database : optional - if table is located in another db
*/
public function __construct(PDO $pdo, $table, $database = null)
{