mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-16 15:41:16 +01:00
correct spelling
This commit is contained in:
parent
89c1ba92c3
commit
3b18ba9605
1 changed files with 1 additions and 1 deletions
|
@ -814,7 +814,7 @@ static void
|
|||
checkAndDeliver( PalmAppGlobals* globals, XWStreamCtxt* instream,
|
||||
CommsAddrRec* addr )
|
||||
{
|
||||
if ( comms_checkIncommingStream( globals->game.comms,
|
||||
if ( comms_checkIncomingStream( globals->game.comms,
|
||||
instream, addr ) ) {
|
||||
globals->msgReceivedDraw =
|
||||
server_receiveMessage( globals->game.server, instream );
|
||||
|
|
Loading…
Reference in a new issue