1
0
mirror of https://github.com/postgres/postgres.git synced 2025-06-23 14:01:44 +03:00

Additional spelling corrections

A few more minor spelling corrections, no functional changes.

Thom Brown
This commit is contained in:
Stephen Frost
2013-06-03 08:40:27 -04:00
parent e1e2bb34f1
commit f129615fe7
4 changed files with 5 additions and 5 deletions

View File

@ -161,7 +161,7 @@ window_percent_rank(PG_FUNCTION_ARGS)
/*
* cume_dist
* return fraction betweeen 0 and 1 inclusive,
* return fraction between 0 and 1 inclusive,
* which is described as NP / NR, where NP is the number of rows preceding or
* peers to the current row, and NR is the total number of rows, per spec.
*/