# HG changeset patch
# User Martin van Dinther <martin.van.dinther@monetdbsolutions.com>
# Date 1642704772 -3600
# Node ID d059971d2931a82ec8c896fb7c6a7acda0fdf9ee
# Parent  06d69b82d40955019f2ad957174c3caa27550632
Typo, found by reviewing generated javadoc

diff --git a/src/main/java/org/monetdb/client/JdbcClient.java b/src/main/java/org/monetdb/client/JdbcClient.java
--- a/src/main/java/org/monetdb/client/JdbcClient.java
+++ b/src/main/java/org/monetdb/client/JdbcClient.java
@@ -103,7 +103,7 @@ public class JdbcClient {	/* cannot (yet
 	 * -q --quiet    Suppress printing the welcome header.
 	 * -D --dump     Dumps the given table(s), or the complete database if none given.
 	 * --csvdir      The directory path where csv data files wil be read from or
-	 ^               written to when COPY ... ON CLIENT commands are executed.
+	 *               written to when COPY ... ON CLIENT commands are executed.
 	 * -Xoutput      The output mode when dumping.  Default is sql, xml may be used for
 	 *               an experimental XML output.
 	 * -Xhash        Use the given hash algorithm during challenge response.