diff options
author | Heikki Linnakangas <heikki.linnakangas@iki.fi> | 2015-09-05 11:35:49 +0300 |
---|---|---|
committer | Heikki Linnakangas <heikki.linnakangas@iki.fi> | 2015-09-05 11:35:49 +0300 |
commit | c80b5f66c6faff085e312492be0aa50754e99eb9 (patch) | |
tree | cee081a32310c6572265d40c32e567d3c19ab2c9 /contrib/btree_gist/btree_ts.c | |
parent | c39f5674dfc77802b4245dd92cb4b1e35499a5a5 (diff) | |
download | postgresql-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.c | 2 |
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); |