Author: andy
Date: Tue Aug 6 13:23:59 2013
New Revision: 1510958
URL: http://svn.apache.org/r1510958
Log:
Fix typos in comment
Modified:
jena/trunk/jena-arq/src/main/java/com/hp/hpl/jena/sparql/expr/nodevalue/XSDFuncOp.java
Modified:
jena/trunk/jena-arq/src/main/java/com/hp/hpl/jena/sparql/expr/nodevalue/XSDFuncOp.java
URL:
http://svn.apache.org/viewvc/jena/trunk/jena-arq/src/main/java/com/hp/hpl/jena/sparql/expr/nodevalue/XSDFuncOp.java?rev=1510958&r1=1510957&r2=1510958&view=diff
==============================================================================
---
jena/trunk/jena-arq/src/main/java/com/hp/hpl/jena/sparql/expr/nodevalue/XSDFuncOp.java
(original)
+++
jena/trunk/jena-arq/src/main/java/com/hp/hpl/jena/sparql/expr/nodevalue/XSDFuncOp.java
Tue Aug 6 13:23:59 2013
@@ -857,10 +857,10 @@ public class XSDFuncOp
/**
* Under strict F&O, dateTimes and dates with no timezone have one
magically applied.
- * This default tiemzoine is implementation dependent and can lead to
different answers
- * to queries depending on the timezone. Normally, ARQ uses XMLSchema
dateTime comparions,
- * which an yield "indeterminate", which in turn is an evaluation error.
- * F&O insists on true/false so can lead to false positves and negatives.
+ * This default timezone is implementation dependent and can lead to
different answers
+ * to queries depending on the timezone. Normally, ARQ uses XMLSchema
dateTime comparions,
+ * which an yield "indeterminate", which in turn is an evaluation error.
+ * F&O insists on true/false and so can lead to false positves and
negatives.
*/
public static boolean strictDateTimeFO = false ;