taldir

Directory service to resolve wallet mailboxes by messenger addresses
Log | Files | Refs | Submodules | README | LICENSE

commit ede7da1a98962e87a9ecb8470d4d366894a5e501
parent 1395d8b55b6e2be38258f260231c6368a56da69e
Author: Martin Schanzenbach <schanzen@gnunet.org>
Date:   Sun, 27 Apr 2025 07:42:19 +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 @@ -127,7 +127,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.