diff options
Diffstat (limited to 'ext/rtree')
-rw-r--r-- | ext/rtree/README | 2 | ||||
-rw-r--r-- | ext/rtree/geopoly.c | 2 | ||||
-rw-r--r-- | ext/rtree/rtree.c | 2 | ||||
-rw-r--r-- | ext/rtree/rtreedoc2.test | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/ext/rtree/README b/ext/rtree/README index 3736f45c5..051fd1339 100644 --- a/ext/rtree/README +++ b/ext/rtree/README @@ -24,7 +24,7 @@ and query r-tree structures using ordinary SQL statements. 3 and 11. Unlike regular SQLite tables, r-tree tables are strongly typed. - The leftmost column is always the pimary key and contains 64-bit + The leftmost column is always the primary key and contains 64-bit integer values. Each subsequent column contains a 32-bit real value. For each pair of real values, the first (leftmost) must be less than or equal to the second. R-tree tables may be diff --git a/ext/rtree/geopoly.c b/ext/rtree/geopoly.c index 842d014b7..0ae42e7b7 100644 --- a/ext/rtree/geopoly.c +++ b/ext/rtree/geopoly.c @@ -771,7 +771,7 @@ static void geopolyBBoxFinal( ** Determine if point (x0,y0) is beneath line segment (x1,y1)->(x2,y2). ** Returns: ** -** +2 x0,y0 is on the line segement +** +2 x0,y0 is on the line segment ** ** +1 x0,y0 is beneath line segment ** diff --git a/ext/rtree/rtree.c b/ext/rtree/rtree.c index c2e5dad95..21c87bdc7 100644 --- a/ext/rtree/rtree.c +++ b/ext/rtree/rtree.c @@ -2105,7 +2105,7 @@ static int rtreeBestIndex(sqlite3_vtab *tab, sqlite3_index_info *pIdxInfo){ } /* -** Return the N-dimensional volumn of the cell stored in *p. +** Return the N-dimensional volume of the cell stored in *p. */ static RtreeDValue cellArea(Rtree *pRtree, RtreeCell *p){ RtreeDValue area = (RtreeDValue)1; diff --git a/ext/rtree/rtreedoc2.test b/ext/rtree/rtreedoc2.test index ca0c6b31b..6032f32fe 100644 --- a/ext/rtree/rtreedoc2.test +++ b/ext/rtree/rtreedoc2.test @@ -116,7 +116,7 @@ set testprefix rtreedoc2-2 # 1-dimensional R*Tree, 4 for a 2-dimensional R*Tree, 6 for a # 3-dimensional R*Tree, and so forth. # -# The second argument refered to above is the length of the list passed +# The second argument referred to above is the length of the list passed # as the 3rd parameter to the Tcl script. # do_execsql_test 1.0 { |