diff options
| author | klemens <ka7@github.com> | 2017-04-08 12:10:39 +0200 |
|---|---|---|
| committer | klemens <ka7@github.com> | 2017-04-08 12:10:39 +0200 |
| commit | 51a0e764e831bb4e2847aa6e9dead775a3f66170 (patch) | |
| tree | 1c096783444cfe38293e5af2e2a6537d10cd944c /demo | |
| parent | c7d42e4a327c402897dd587871434888fde1e7a9 (diff) | |
| download | smarty-51a0e764e831bb4e2847aa6e9dead775a3f66170.tar.gz smarty-51a0e764e831bb4e2847aa6e9dead775a3f66170.tar.bz2 smarty-51a0e764e831bb4e2847aa6e9dead775a3f66170.zip | |
spelling fixes
Diffstat (limited to 'demo')
| -rw-r--r-- | demo/plugins/cacheresource.pdo.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demo/plugins/cacheresource.pdo.php b/demo/plugins/cacheresource.pdo.php index d1e2d6ac..24a94c1a 100644 --- a/demo/plugins/cacheresource.pdo.php +++ b/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) { |
