jdk/src/share/classes/java/sql/BatchUpdateException.java
changeset 21278 ef8a3a2a72f2
parent 15284 aa4ba8514e3d
child 23590 ffd8b0b70511
--- a/jdk/src/share/classes/java/sql/BatchUpdateException.java	Tue Oct 29 16:35:20 2013 +0400
+++ b/jdk/src/share/classes/java/sql/BatchUpdateException.java	Tue Oct 29 17:01:06 2013 +0400
@@ -143,7 +143,7 @@
    * initialized by a call to the
    * {@link Throwable#initCause(java.lang.Throwable)} method.  The
    * <code>SQLState</code> is initialized to <code>null</code>
-   * and the vender code is initialized to 0.
+   * and the vendor code is initialized to 0.
    * <p>
    * <strong>Note:</strong> There is no validation of {@code updateCounts} for
    * overflow and because of this it is recommended that you use the constructor