Skip to content
This repository has been archived by the owner on May 11, 2024. It is now read-only.

Commit

Permalink
chore(driver): fix a typo in error message (#717)
Browse files Browse the repository at this point in the history
Signed-off-by: fanqiaojun <[email protected]>
  • Loading branch information
fanqiaojun authored and davidtaikocha committed Apr 15, 2024
1 parent ba9a598 commit e01c2f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/rpc/blob_datasource.go
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ func (ds *BlobDataSource) getBlobFromServer(ctx context.Context, blobHash common
}
if !resp.IsSuccess() {
return nil, fmt.Errorf(
"unable to contect blob server endpoint, status code: %v",
"unable to connect blob server endpoint, status code: %v",
resp.StatusCode(),
)
}
Expand Down

0 comments on commit e01c2f5

Please sign in to comment.