Lib: typo

This commit is contained in:
CPunch 2022-05-18 14:20:21 -05:00
parent f62363d4e4
commit 8afaa4d157
1 changed files with 1 additions and 1 deletions

View File

@ -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! */