changeset 2752:73872b992aab

6983984: Fixed typo in DatabaseMetaData.getPseudoColumns() javadocs Reviewed-by: darcy
author lancea
date Fri, 10 Sep 2010 18:51:11 -0400
parents c786a9c927fd
children f7915efcba1b
files src/share/classes/java/sql/DatabaseMetaData.java
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/share/classes/java/sql/DatabaseMetaData.java	Fri Sep 10 15:26:04 2010 -0400
+++ b/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.
      *