Skip to content

Commit 808191b

Browse files
authored
Merge pull request #181 from izquierdo-datachain/fix-typo
Fix typo Signed-off-by: Jun Kimura <[email protected]>
2 parents 8a7923c + 4631c84 commit 808191b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/naive-strategy.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ func (st *NaiveStrategy) RelayPackets(ctx context.Context, src, dst *ProvableCha
242242
{ // log
243243
num := len(msgs)
244244
if num == 0 {
245-
logger.InfoContext(ctx, "no packates to relay")
245+
logger.InfoContext(ctx, "no packets to relay")
246246
} else {
247247
logPacketsRelayed(ctx, logger, num, "Packets")
248248
}

0 commit comments

Comments
 (0)