mirror of
https://github.com/CPunch/Laika.git
synced 2024-11-21 12:40:04 +00:00
Lib: typo
This commit is contained in:
parent
f62363d4e4
commit
8afaa4d157
@ -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! */
|
||||
|
Loading…
Reference in New Issue
Block a user