Skip to content

Commit fab463b

Browse files
committed
Fix typo
1 parent bd8a678 commit fab463b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/examples/cvat/exchange-oracle/debug.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ def patched_get_escrow(chain_id: int, escrow_address: str) -> EscrowData:
7979
elif len(candidate_files) != 1:
8080
raise Exception(
8181
"Can't select local manifest to be used for escrow '{}'"
82-
" - several manifests math: {}".format(
82+
" - several manifests match: {}".format(
8383
escrow_address, format_sequence(candidate_files)
8484
)
8585
)

packages/examples/cvat/recording-oracle/debug.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ def patched_get_escrow(chain_id: int, escrow_address: str) -> EscrowData:
4545
elif len(candidate_files) != 1:
4646
raise Exception(
4747
"Can't select local manifest to be used for escrow '{}'"
48-
" - several manifests math: {}".format(
48+
" - several manifests match: {}".format(
4949
escrow_address, format_sequence(candidate_files)
5050
)
5151
)

0 commit comments

Comments
 (0)