--- a/jdk/src/share/classes/java/sql/PreparedStatement.java Tue Oct 29 16:35:20 2013 +0400
+++ b/jdk/src/share/classes/java/sql/PreparedStatement.java Tue Oct 29 17:01:06 2013 +0400
@@ -856,7 +856,7 @@
* this method is called on a closed <code>PreparedStatement</code>;
* if the length specified
* is less than zero or if the number of bytes in the inputstream does not match
- * the specfied length.
+ * the specified length.
* @throws SQLFeatureNotSupportedException if the JDBC driver does not support this method
*
* @since 1.6