1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-27 12:41:57 +03:00

Fix misc typos.

Oskari Saarenmaa. Backpatch to stable branches where applicable.
This commit is contained in:
Heikki Linnakangas
2015-09-05 11:35:49 +03:00
parent 9e9b310d8b
commit 658ec62640
8 changed files with 11 additions and 11 deletions

View File

@ -374,7 +374,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);