# HG changeset patch # User lancea # Date 1372500748 14400 # Node ID d678ac758734da294da69e452676b2205f7fd337 # Parent 4775433fb8000ea0687b3557fdd75772b4d6c3ad 8019286: Fix javadoc typo in ResultSet.next Reviewed-by: darcy, mchung diff -r 4775433fb800 -r d678ac758734 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 ResultSet cursor is initially positioned * before the first row; the first call to the method * next makes the first row the current row; the