Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
eze-kiel committed Mar 10, 2021
1 parent 2280ea2 commit 5717674
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ func main() {
fmt.Printf("the query fingerprint is: %s\n", fp)

srv := p.GetServerMeta()
fmt.Printf("the SQL server listens ton port %d", srv.Port)
fmt.Printf("the SQL server listens to port %d", srv.Port)
}
```

Expand Down

0 comments on commit 5717674

Please sign in to comment.