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

Commit b5b7712

Browse files
authored
Merge pull request #58 from dankenigsberg/patch-1
README: telnet: fix English syntax
2 parents 35e6655 + 08aa5e1 commit b5b7712

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)