6983984: Fixed typo in DatabaseMetaData.getPseudoColumns() javadocs
Reviewed-by: darcy
--- a/jdk/src/share/classes/java/sql/DatabaseMetaData.java Fri Sep 10 15:26:04 2010 -0400
+++ b/jdk/src/share/classes/java/sql/DatabaseMetaData.java Fri Sep 10 18:51:11 2010 -0400
@@ -3578,9 +3578,9 @@
/**
* Retrieves a description of the pseudo or hidden columns available
* in a given table within the specified catalog and schema.
- * Psuedo or hidden columns may not always be stored within
+ * Pseudo or hidden columns may not always be stored within
* a table and are not visible in a ResultSet unless they are
- * specified in the query's outermost SELECT list. Psuedo or hidden
+ * specified in the query's outermost SELECT list. Pseudo or hidden
* columns may not necessarily be able to be modified. If there are
* no pseudo or hidden columns, an empty ResultSet is returned.
*