jdk/src/share/classes/java/sql/Connection.java
changeset 21278 ef8a3a2a72f2
parent 20880 1b610151b316
child 23010 6dadb192ad81
--- a/jdk/src/share/classes/java/sql/Connection.java	Tue Oct 29 16:35:20 2013 +0400
+++ b/jdk/src/share/classes/java/sql/Connection.java	Tue Oct 29 17:01:06 2013 +0400
@@ -242,7 +242,7 @@
      *
      * @exception SQLException if a database access error occurs,
      * this method is called while participating in a distributed transaction,
-     * if this method is called on a closed conection or this
+     * if this method is called on a closed connection or this
      *            <code>Connection</code> object is in auto-commit mode
      * @see #setAutoCommit
      */