diff options
Diffstat (limited to 'src/include/b64_decode.h')
-rw-r--r-- | src/include/b64_decode.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/b64_decode.h b/src/include/b64_decode.h index b52719671e..4d0970e1a5 100644 --- a/src/include/b64_decode.h +++ b/src/include/b64_decode.h @@ -22,7 +22,7 @@ * * The user provides output buffer of the size guaranteed to fit the result. * - * Returns the size of the decoded data or zero if invalid charactes were + * Returns the size of the decoded data or zero if invalid characters were * encountered in the input buffer. */ size_t b64_decode(const uint8_t *input_data, |