diff options
| author | Peter Eisentraut <peter@eisentraut.org> | 2020-07-05 15:37:57 +0200 |
|---|---|---|
| committer | Peter Eisentraut <peter@eisentraut.org> | 2020-07-05 15:38:14 +0200 |
| commit | ffb23488af5e6776935c46370465dcc1704e7540 (patch) | |
| tree | 3092b328a46588b7a853477685585c2f5a6acd5c /contrib/pg_stat_statements/pg_stat_statements.c | |
| parent | 45f165b18b72abb1e4579a3cca0862a4e5cb8b6b (diff) | |
doc: Spell checking
Diffstat (limited to 'contrib/pg_stat_statements/pg_stat_statements.c')
| -rw-r--r-- | contrib/pg_stat_statements/pg_stat_statements.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/pg_stat_statements/pg_stat_statements.c b/contrib/pg_stat_statements/pg_stat_statements.c index 65ac301b99f..14cad19afbc 100644 --- a/contrib/pg_stat_statements/pg_stat_statements.c +++ b/contrib/pg_stat_statements/pg_stat_statements.c @@ -4,7 +4,7 @@ * Track statement planning and execution times as well as resource * usage across a whole database cluster. * - * Execution costs are totalled for each distinct source query, and kept in + * Execution costs are totaled for each distinct source query, and kept in * a shared hashtable. (We track only as many distinct queries as will fit * in the designated amount of shared memory.) * |
