From 8afaa4d157a4620564d859b3bb0861369c590ba9 Mon Sep 17 00:00:00 2001 From: CPunch Date: Wed, 18 May 2022 14:20:21 -0500 Subject: [PATCH] Lib: typo --- lib/src/lcontent.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/src/lcontent.c b/lib/src/lcontent.c index 2643856..ddbf19a 100644 --- a/lib/src/lcontent.c +++ b/lib/src/lcontent.c @@ -196,7 +196,7 @@ void laikaF_handleContentError(struct sLaika_peer *peer, LAIKAPKT_SIZE sz, void errCode = laikaS_readByte(&peer->sock); if ((content = getContentByID(context, contentID)) == NULL) - LAIKA_ERROR("Received error for non-existant id %d!\n", coitentID); + LAIKA_ERROR("Received error for non-existant id %d!\n", contentID); LAIKA_DEBUG("We received an errcode for id %d, err: %d\n", contentID, errCode); if (context->onError) /* check if event exists! */