Skip to content

Commit

Permalink
Fix typo in "Connection is close(d)"'
Browse files Browse the repository at this point in the history
  • Loading branch information
jasperkrijgsman committed Oct 25, 2017
1 parent 9708fcd commit a9623e8
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -1657,7 +1657,7 @@ private void cmdPrologue() throws SQLException {
activeFutureTask = null;
}

if (!this.connected) throw new SQLException("Connection is close", "08000", 1220);
if (!this.connected) throw new SQLException("Connection is closed", "08000", 1220);
interrupted = false;

}
Expand Down

0 comments on commit a9623e8

Please sign in to comment.