Skip to content

Commit 4c00b5b

Browse files
committed
Fix typo
1 parent fa51176 commit 4c00b5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exonum-light-client/src/main/java/com/exonum/client/ExonumHttpClient.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ private BlocksResponse doGetBlocks(int count, BlockFilteringOption blockFilter,
181181
"Requested number of blocks was %s but maximum allowed is %s",
182182
count, MAX_BLOCKS_PER_REQUEST);
183183
checkArgument(heightMax == null || 0 <= heightMax,
184-
"Blockhain height can't be negative but was %s", heightMax);
184+
"Blockchain height can't be negative but was %s", heightMax);
185185

186186
boolean skipEmpty = blockFilter == SKIP_EMPTY;
187187
boolean withTime = timeOption == INCLUDE_COMMIT_TIME;

0 commit comments

Comments
 (0)