Skip to content
This repository has been archived by the owner on Nov 27, 2024. It is now read-only.

fix some typos inside readme.md #69

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@ union telnet_event_t {
```

The enumeration values of telnet_event_type_t are described in
detail below. Whenever the the event handler is invoked, the
detail below. Whenever the event handler is invoked, the
application must look at the event->type value and do any necessary
processing.

Expand Down Expand Up @@ -359,7 +359,7 @@ void my_event_handler(telnet_t *telnet, telnet_event_t *ev,
* TELNET_EV_SEND

This event is sent whenever libtelnet has generated data that must
be sent over the wire to the remove end. Generally that means
be sent over the wire to the remote end. Generally that means
calling send() or adding the data to your application's output
buffer.

Expand Down