aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/smarty/smarty/demo/plugins/cacheresource.pdo.php
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/smarty/smarty/demo/plugins/cacheresource.pdo.php')
-rw-r--r--vendor/smarty/smarty/demo/plugins/cacheresource.pdo.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/smarty/smarty/demo/plugins/cacheresource.pdo.php b/vendor/smarty/smarty/demo/plugins/cacheresource.pdo.php
index d1e2d6ace..24a94c1a0 100644
--- a/vendor/smarty/smarty/demo/plugins/cacheresource.pdo.php
+++ b/vendor/smarty/smarty/demo/plugins/cacheresource.pdo.php
@@ -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)
{