diff options
author | Heikki Linnakangas | 2015-09-05 08:35:49 +0000 |
---|---|---|
committer | Heikki Linnakangas | 2015-09-05 08:35:49 +0000 |
commit | c80b5f66c6faff085e312492be0aa50754e99eb9 (patch) | |
tree | cee081a32310c6572265d40c32e567d3c19ab2c9 /contrib/cube/cube.c | |
parent | c39f5674dfc77802b4245dd92cb4b1e35499a5a5 (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, |