Skip to content

Commit 5717674

Browse files
committed
fix typo
1 parent 2280ea2 commit 5717674

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ func main() {
5252
fmt.Printf("the query fingerprint is: %s\n", fp)
5353

5454
srv := p.GetServerMeta()
55-
fmt.Printf("the SQL server listens ton port %d", srv.Port)
55+
fmt.Printf("the SQL server listens to port %d", srv.Port)
5656
}
5757
```
5858

0 commit comments

Comments
 (0)