From: Chris Duncan Date: Thu, 23 Apr 2026 22:21:35 +0000 (-0700) Subject: Typo. X-Git-Tag: v0.12.0~4^2~2 X-Git-Url: https://git.codecow.com/?a=commitdiff_plain;h=5011c50a1998ebdf0d9678956ba3578c94d63b04;p=libnemo.git Typo. --- diff --git a/src/lib/wallet/index.ts b/src/lib/wallet/index.ts index b0bdc98..0f716f2 100644 --- a/src/lib/wallet/index.ts +++ b/src/lib/wallet/index.ts @@ -334,7 +334,7 @@ export class Wallet { * 32-byte value using BLAKE2b. The wallet must be unlocked prior to signing. * * Special note: This method can be used to sign a 16-byte nonce with a Ledger - * device. The actual messaage signed is a string which can be expressed as the + * device. The actual message signed is a string which can be expressed as the * following template literal: * * `Nano Signed Nonce:\n ${nonceBytes}`