# HG changeset patch
# User Martin van Dinther <martin.van.dinther@monetdbsolutions.com>
# Date 1648655567 -7200
# Node ID 901a9873a351eacc0268c24d2b2eefe8383c90b5
# Parent  1f444b5ad7d2c6d94237abb870190b30bbd93f2e
Improve onclient documentation.

diff --git a/onclient.txt b/onclient.txt
--- a/onclient.txt
+++ b/onclient.txt
@@ -1,6 +1,6 @@
-COPY ... ON CLIENT support in the MonetDB JDBC driver and JdbcClient program.
+COPY ... ON CLIENT ... support in the MonetDB JDBC driver and JdbcClient program.
 
-MonetDB provides the nonstandard COPY INTO statement to perform bulk inserts and
+MonetDB provides the non-standard COPY INTO statement to perform bulk inserts and
 retrievals, see also
 https://www.monetdb.org/Documentation/ServerAdministration/LoadingBulkData/CSVBulkLoads
 https://www.monetdb.org/Documentation/ServerAdministration/ExportingBulkData
@@ -84,7 +84,7 @@ See also: https://www.monetdb.org/hg/mon
 
 If you use sendError() to refuse the upload, the COPY INTO statement will fail but
 the connection will remain usable. On the other hand, if your implementation of
-handleUpload throws an IO Exception, the connection will be closed because there
+handleUpload throws an IOException, the connection will be closed because there
 is currently no way to signal errors to the server once the transfer has begun.
 
 The interface for DownloadHandler is: