base: Fix code spelling

Signed-off-by: Joseph Sutton <josephsutton@catalyst.net.nz>
This commit is contained in:
Joseph Sutton
2023-07-13 09:36:46 +12:00
committed by Jeffrey Altman
parent a3878d3e9d
commit 551f0c32fa

View File

@@ -976,7 +976,7 @@ parse_string(struct parse_ctx *ctx)
/* NUL-terminate for rk_base64_decode() and plain paranoia */
if (p0 != NULL && p == pend) {
/*
* Work out how far p is into p0 to re-esablish p after
* Work out how far p is into p0 to re-establish p after
* the realloc()
*/
size_t p0_to_pend_len = (pend - p0);