diff src/main/java/org/monetdb/util/Exporter.java @ 943:ff075ed5ce81

Spell check.
author Sjoerd Mullender <sjoerd@acm.org>
date Thu, 09 Jan 2025 10:56:14 +0100 (3 months ago)
parents d416e9b6b3d0
children
line wrap: on
line diff
--- a/src/main/java/org/monetdb/util/Exporter.java
+++ b/src/main/java/org/monetdb/util/Exporter.java
@@ -89,7 +89,7 @@ public abstract class Exporter {
 	 * The "query" column value contains the original SQL view creation text or the ON clause text when it is a REMOTE TABLE
 	 *
 	 * @param con the JDBC connection, may not be null
-	 * @param schema the schem name, may not be null or empty
+	 * @param schema the schema name, may not be null or empty
 	 * @param name the view or table name, may not be null or empty
 	 * @return the value of the "query" field for the specified view/table name and schema. It can return null.
 	 */