taler-mailbox

Service for asynchronous wallet-to-wallet payment messages
Log | Files | Refs | Submodules | README | LICENSE

commit 29b45b3bac46c02e89a39703e10b3c3420fdeaa2
parent bc4c3fafc16b1db0226943351dac7f144c205b8a
Author: Martin Schanzenbach <schanzen@gnunet.org>
Date:   Sun, 27 Apr 2025 07:41:17 +0200

codespell

Diffstat:
Minternal/util/helper.go | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/internal/util/helper.go b/internal/util/helper.go @@ -75,7 +75,7 @@ func Base32CrockfordEncode(data []byte) string { } // Base32CrockfordDecode decodes a string into a byte array. -// The function expects the size of the output buffer to be sepcified as an +// The function expects the size of the output buffer to be specified as an // argument ('num'); the function returns an error if the buffer is overrun // or if an invalid character is found in the encoded string. If the decoded // bit stream is smaller than the output buffer, it is padded with 0's.