jdk/src/share/classes/java/sql/SQLException.java
changeset 21278 ef8a3a2a72f2
parent 20880 1b610151b316
child 23010 6dadb192ad81
--- a/jdk/src/share/classes/java/sql/SQLException.java	Tue Oct 29 16:35:20 2013 +0400
+++ b/jdk/src/share/classes/java/sql/SQLException.java	Tue Oct 29 17:01:06 2013 +0400
@@ -107,7 +107,7 @@
     /**
      *  Constructs a <code>SQLException</code> object with a given
      * <code>reason</code>. The  <code>SQLState</code>  is initialized to
-     * <code>null</code> and the vender code is initialized to 0.
+     * <code>null</code> and the vendor code is initialized to 0.
      *
      * The <code>cause</code> is not initialized, and may subsequently be
      * initialized by a call to the