jdk/src/share/classes/java/sql/PreparedStatement.java
changeset 21278 ef8a3a2a72f2
parent 19849 49c0b1bda5db
child 21950 db3c826749f7
--- 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