Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
youngsofun committed Jan 7, 2025
1 parent b00f8d0 commit cf9ec6b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ private void initializeFileHandler() {

DatabendConnection(DatabendDriverUri uri, OkHttpClient httpClient) throws SQLException {
requireNonNull(uri, "uri is null");
// only used for presign url on non-object storage, which mainly served for demo pupose.
// only used for presign url on non-object storage, which mainly served for demo purpose.
// TODO: may also add query id and load balancing on the part.
this.httpUri = uri.getUri();
this.httpClient = httpClient;
Expand Down

0 comments on commit cf9ec6b

Please sign in to comment.