8019286: Fix javadoc typo in ResultSet.next
authorlancea
Sat, 29 Jun 2013 06:12:28 -0400
changeset 18583 d678ac758734
parent 18582 4775433fb800
child 18584 430628bf6412
8019286: Fix javadoc typo in ResultSet.next Reviewed-by: darcy, mchung
jdk/src/share/classes/java/sql/ResultSet.java
--- a/jdk/src/share/classes/java/sql/ResultSet.java	Fri Jun 28 19:46:18 2013 -0700
+++ b/jdk/src/share/classes/java/sql/ResultSet.java	Sat Jun 29 06:12:28 2013 -0400
@@ -148,7 +148,7 @@
 public interface ResultSet extends Wrapper, AutoCloseable {
 
     /**
-     * Moves the cursor froward one row from its current position.
+     * Moves the cursor forward one row from its current position.
      * A <code>ResultSet</code> cursor is initially positioned
      * before the first row; the first call to the method
      * <code>next</code> makes the first row the current row; the