--- 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