Mercurial > hg > monetdb-java
diff src/main/java/nl/cwi/monetdb/jdbc/MonetConnection.java @ 288:f412032e3b43
Correcting typo
author | Martin van Dinther <martin.van.dinther@monetdbsolutions.com> |
---|---|
date | Wed, 31 Jul 2019 14:19:43 +0200 (2019-07-31) |
parents | d430f8adbf1b |
children | b127164342c4 |
line wrap: on
line diff
--- a/src/main/java/nl/cwi/monetdb/jdbc/MonetConnection.java +++ b/src/main/java/nl/cwi/monetdb/jdbc/MonetConnection.java @@ -1874,7 +1874,7 @@ public class MonetConnection public abstract String addLine(String line, int linetype); /** - * Returns whether this Reponse expects more lines to be added + * Returns whether this Response expects more lines to be added * to it. * * @return true if a next line should be added, false otherwise @@ -2381,7 +2381,7 @@ public class MonetConnection } /** - * Returns whether this Reponse expects more lines to be added + * Returns whether this Response expects more lines to be added * to it. * * @return true if a next line should be added, false otherwise @@ -2609,7 +2609,7 @@ public class MonetConnection } /** - * Closes the Reponse at index i, if not null. + * Closes the Response at index i, if not null. * * @param i the index position of the header to close */ @@ -2810,7 +2810,7 @@ public class MonetConnection if (error != null) break; - // it is of no use to store DataBlockReponses, you never want to + // it is of no use to store DataBlockResponses, you never want to // retrieve them directly anyway if (!(res instanceof DataBlockResponse)) responses.add(res);