]> git.codecow.com Git - libnemo.git/commitdiff
Typo.
authorChris Duncan <chris@zoso.dev>
Sat, 9 Aug 2025 07:49:17 +0000 (00:49 -0700)
committerChris Duncan <chris@zoso.dev>
Sat, 9 Aug 2025 07:49:17 +0000 (00:49 -0700)
src/lib/block.ts

index 8fed8a8224595f4673ab6b29986ab4613549efc6..6969891e8482a250667c87222e303c1f0b29a6fb 100644 (file)
@@ -220,7 +220,7 @@ export class Block {
                        this.link = link
                        this.representative = rep
                        this.subtype = subtype
-                       throw new TypeError('Failed to configure send block', { cause: err })
+                       throw new TypeError('Failed to configure change block', { cause: err })
                }
        }