Skip to content
This repository has been archived by the owner on Aug 12, 2017. It is now read-only.

Commit

Permalink
Minor spelling mistake in API documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
rob-ward authored and bagder committed Jan 7, 2012
1 parent 2fbdeb8 commit 3c509c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/API
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@ RESULT = spindly_conn_feed(CONN, DATA, DATALEN);
RESULT = spindly_conn_demux(CONN, &DEMUX)

Returns information about incoming data on the connection, split up for
consuption accordingly. Subsequent calls will return the next result and so
consumption accordingly. Subsequent calls will return the next result and so
on until there's nothing left to demux - until spindly_conn_feed() is called
again to feed it with more data.

If RESULT is OK, DEMUX will tell which message that was receieved
If RESULT is OK, DEMUX will tell which message that was received

SPINDLY_DEMUX_NONE - no more message in the struct, demux more!

Expand Down

0 comments on commit 3c509c7

Please sign in to comment.