aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/windowfuncs.c
diff options
context:
space:
mode:
authorStephen Frost <sfrost@snowman.net>2013-06-03 08:40:27 -0400
committerStephen Frost <sfrost@snowman.net>2013-06-03 08:40:27 -0400
commitf129615fe72f70868a86862b663dd7d78dd5cb71 (patch)
tree1b9f8556d85e961dd9a346f5c2b1c036acaa49c0 /src/backend/utils/adt/windowfuncs.c
parente1e2bb34f1237cbec396bcaa795f0fa955af0e72 (diff)
downloadpostgresql-f129615fe72f70868a86862b663dd7d78dd5cb71.tar.gz
postgresql-f129615fe72f70868a86862b663dd7d78dd5cb71.zip
Additional spelling corrections
A few more minor spelling corrections, no functional changes. Thom Brown
Diffstat (limited to 'src/backend/utils/adt/windowfuncs.c')
-rw-r--r--src/backend/utils/adt/windowfuncs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/utils/adt/windowfuncs.c b/src/backend/utils/adt/windowfuncs.c
index 2f171acd2be..b7c42d3b9e5 100644
--- a/src/backend/utils/adt/windowfuncs.c
+++ b/src/backend/utils/adt/windowfuncs.c
@@ -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.
*/