From 8a01924ebcf6bc0b0d90395e78b07f02df57d06c Mon Sep 17 00:00:00 2001 From: Robert Treat Date: Thu, 31 Oct 2019 21:49:02 +0100 Subject: Grammer fixes noticed during spelling fixes review --- classes/database/Postgres.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'classes/database') diff --git a/classes/database/Postgres.php b/classes/database/Postgres.php index 0984cc66..500843c4 100644 --- a/classes/database/Postgres.php +++ b/classes/database/Postgres.php @@ -1737,7 +1737,7 @@ class Postgres extends ADODB_base { * 'table' => table name, * 'schema' => the schema name, * ) - * @param $defaults if true, copy the defaults values as well + * @param $defaults if true, copy the default values as well * @param $constraints if true, copy the constraints as well (CHECK on table & attr) * @param $tablespace The tablespace name ('' means none/default) */ @@ -2366,7 +2366,7 @@ class Postgres extends ADODB_base { /** * Returns all available autovacuum per table information. - * @param $table if given, return autovacuum info for the given table or return all information for all table + * @param $table if given, return autovacuum info for the given table or return all information for all tables * * @return A recordset */ -- cgit v1.2.3