Commit 8ead38a5 authored by paul@ice.snake.net's avatar paul@ice.snake.net

item_geofunc.cc:

  Minor comment tweaks.
parent b10c110b
......@@ -313,12 +313,12 @@ err:
/*
Functions to concatinate various spatial objects
Functions to concatenate various spatial objects
*/
/*
* Concatinate doubles into Point
* Concatenate doubles into Point
*/
......@@ -343,7 +343,7 @@ String *Item_func_point::val_str(String *str)
/*
Concatinates various items into various collections
Concatenates various items into various collections
with checkings for valid wkb type of items.
For example, MultiPoint can be a collection of Points only.
coll_type contains wkb type of target collection.
......@@ -388,7 +388,7 @@ String *Item_func_spatial_collection::val_str(String *str)
const char *data= res->ptr() + 1;
/*
In the case of named collection we must to check that items
In the case of named collection we must check that items
are of specific type, let's do this checking now
*/
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment