summaryrefslogtreecommitdiff
path: root/contrib/intagg
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2003-03-10 22:28:22 +0000
committerTom Lane <tgl@sss.pgh.pa.us>2003-03-10 22:28:22 +0000
commite4704001ea4c3d63b53e8783859ff598ef2f69e5 (patch)
tree56d282d342ead04fc43af4efc5a2eccffa3e27ed /contrib/intagg
parent081fa240a119b67e28227439a3bf700340442787 (diff)
downloadpostgresql-e4704001ea4c3d63b53e8783859ff598ef2f69e5.tar.gz
This patch fixes a bunch of spelling mistakes in comments throughout the
PostgreSQL source code. Neil Conway
Diffstat (limited to 'contrib/intagg')
-rw-r--r--contrib/intagg/int_aggregate.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/intagg/int_aggregate.c b/contrib/intagg/int_aggregate.c
index fc08137d4d..1c14e7c2db 100644
--- a/contrib/intagg/int_aggregate.c
+++ b/contrib/intagg/int_aggregate.c
@@ -191,7 +191,7 @@ int_agg_state(PG_FUNCTION_ARGS)
}
/* This is the final function used for the integer aggregator. It returns all the integers
- * collected as a one dimentional integer array */
+ * collected as a one dimensional integer array */
Datum
int_agg_final_array(PG_FUNCTION_ARGS)
{
@@ -225,7 +225,7 @@ int_enum(PG_FUNCTION_ARGS)
/* Allocate a working context */
pc = (CTX *) palloc(sizeof(CTX));
- /* Don't copy atribute if you don't need too */
+ /* Don't copy attribute if you don't need too */
if (VARATT_IS_EXTENDED(p))
{
/* Toasted!!! */