[geos-commits] r3990 - trunk/include/geos/util

svn_geos at osgeo.org svn_geos at osgeo.org
Sun Jun 29 07:50:42 PDT 2014


Author: strk
Date: 2014-06-29 07:50:42 -0700 (Sun, 29 Jun 2014)
New Revision: 3990

Modified:
   trunk/include/geos/util/IllegalArgumentException.h
   trunk/include/geos/util/UnsupportedOperationException.h
Log:
Typoes fixed in comments

Patches by Jochen Topf:
 https://github.com/libgeos/libgeos/pull/34
 https://github.com/libgeos/libgeos/pull/35

Modified: trunk/include/geos/util/IllegalArgumentException.h
===================================================================
--- trunk/include/geos/util/IllegalArgumentException.h	2014-06-20 08:39:22 UTC (rev 3989)
+++ trunk/include/geos/util/IllegalArgumentException.h	2014-06-29 14:50:42 UTC (rev 3990)
@@ -25,7 +25,7 @@
 namespace util { // geos::util
 
 /** 
- * \brief Indicates one or more legal arguments.
+ * \brief Indicates one or more illegal arguments.
  *
  * This exception is thrown - for example - when
  * trying to apply set-theoretic methods to a

Modified: trunk/include/geos/util/UnsupportedOperationException.h
===================================================================
--- trunk/include/geos/util/UnsupportedOperationException.h	2014-06-20 08:39:22 UTC (rev 3989)
+++ trunk/include/geos/util/UnsupportedOperationException.h	2014-06-29 14:50:42 UTC (rev 3990)
@@ -28,7 +28,7 @@
 /**
  * \class UnsupportedOperationException util.h geos.h
  *
- * \brief Indicates that the requested operation is unsopported.
+ * \brief Indicates that the requested operation is unsupported.
  *
  * This exception is thrown - for example - when requesting the
  * X or Y member of an empty Point



More information about the geos-commits mailing list