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:36:18 +0300 |
commit | 25600c42e078e0d10eedf2794a0c7d02178232e0 (patch) | |
tree | ed944b53c9fe20f1533535f3a8ec174c2262af49 /contrib/cube/cube.c | |
parent | b1cbc8529d076b71c9c2f8403139f7235072a357 (diff) |
Fix misc typos.
Oskari Saarenmaa. Backpatch to stable branches where applicable.
Diffstat (limited to 'contrib/cube/cube.c')
-rw-r--r-- | contrib/cube/cube.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/cube/cube.c b/contrib/cube/cube.c index 113c66383ac..a6be59ec93f 100644 --- a/contrib/cube/cube.c +++ b/contrib/cube/cube.c @@ -814,7 +814,7 @@ cube_inter(PG_FUNCTION_ARGS) Max(LL_COORD(b, i), UR_COORD(b, i)) ); } - /* continue on the higher dimemsions only present in 'a' */ + /* continue on the higher dimensions only present in 'a' */ for (; i < DIM(a); i++) { result->x[i] = Max(0, |