]> granicus.if.org Git - postgis/commitdiff
Be polite
authorSandro Santilli <strk@keybit.net>
Sat, 13 Mar 2010 09:22:06 +0000 (09:22 +0000)
committerSandro Santilli <strk@keybit.net>
Sat, 13 Mar 2010 09:22:06 +0000 (09:22 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@5432 b70326c6-7e19-0410-871a-916f4a2858ee

postgis/lwgeom_functions_analytic.c

index c0e8b1f8cb5b8302c8fca27691cad6711a390224..73c86ba74e305087922a82f3af0b461ea5639cbc 100644 (file)
@@ -948,7 +948,7 @@ Datum LWGEOM_snaptogrid_pointoff(PG_FUNCTION_ARGS)
 ** crossingDirection(line1, line2)
 **
 ** Determines crossing direction of line2 relative to line1.
-** Only accepts LINESTRING ass parameters!
+** Only accepts LINESTRING as parameters!
 */
 PG_FUNCTION_INFO_V1(ST_LineCrossingDirection);
 Datum ST_LineCrossingDirection(PG_FUNCTION_ARGS)