aboutsummaryrefslogtreecommitdiff
path: root/contrib/btree_gist/btree_ts.c
diff options
context:
space:
mode:
authorHeikki Linnakangas <heikki.linnakangas@iki.fi>2015-09-05 11:35:49 +0300
committerHeikki Linnakangas <heikki.linnakangas@iki.fi>2015-09-05 11:35:49 +0300
commitc80b5f66c6faff085e312492be0aa50754e99eb9 (patch)
treecee081a32310c6572265d40c32e567d3c19ab2c9 /contrib/btree_gist/btree_ts.c
parentc39f5674dfc77802b4245dd92cb4b1e35499a5a5 (diff)
downloadpostgresql-c80b5f66c6faff085e312492be0aa50754e99eb9.tar.gz
postgresql-c80b5f66c6faff085e312492be0aa50754e99eb9.zip
Fix misc typos.
Oskari Saarenmaa. Backpatch to stable branches where applicable.
Diffstat (limited to 'contrib/btree_gist/btree_ts.c')
-rw-r--r--contrib/btree_gist/btree_ts.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/btree_gist/btree_ts.c b/contrib/btree_gist/btree_ts.c
index c746c2319c3..ab22b271d33 100644
--- a/contrib/btree_gist/btree_ts.c
+++ b/contrib/btree_gist/btree_ts.c
@@ -369,7 +369,7 @@ gbt_ts_penalty(PG_FUNCTION_ARGS)
newdbl[2];
/*
- * We are allways using "double" timestamps here. Precision should be good
+ * We are always using "double" timestamps here. Precision should be good
* enough.
*/
orgdbl[0] = ((double) origentry->lower);