Skip to content
This repository was archived by the owner on Feb 7, 2023. It is now read-only.

Commit 08aa5e1

Browse files
committed
README: telnet: fix English syntax
Fix two typos and make it clear that `e` is the returned expecter. Signed-off-by: Dan Kenigsberg <[email protected]>
1 parent 35e6655 commit 08aa5e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ func main() {
134134
```
135135

136136
In essence to run and attach to a process the `expect.Spawn(<cmd>,<timeout>)` is used.
137-
The spawn returns and Expecter that can rund `e.Expect` and `e.Send` commands to match information
137+
The spawn returns an Expecter `e` that can run `e.Expect` and `e.Send` commands to match information
138138
in the output and Send information in.
139139

140140
*See the https://github.com/google/goexpect/blob/master/examples/newspawner/telnet.go example for a slightly more fleshed out version*

0 commit comments

Comments
 (0)