jdk/src/java.sql/share/classes/javax/sql/DataSource.java
changeset 40409 564ea8deef3c
parent 35277 eb4794f43d20
child 40533 ec047f91988e
--- a/jdk/src/java.sql/share/classes/javax/sql/DataSource.java	Thu Aug 18 19:00:39 2016 +0200
+++ b/jdk/src/java.sql/share/classes/javax/sql/DataSource.java	Thu Aug 18 15:05:02 2016 -0400
@@ -64,7 +64,7 @@
  * <P>
  * A driver that is accessed via a {@code DataSource} object does not
  * register itself with the {@code DriverManager}.  Rather, a
- * {@code DataSource} object is retrieved though a lookup operation
+ * {@code DataSource} object is retrieved through a lookup operation
  * and then used to create a {@code Connection} object.  With a basic
  * implementation, the connection obtained through a {@code DataSource}
  * object is identical to a connection obtained through the