Skip to content
Snippets Groups Projects
Commit daba1b3d authored by Valentin Rothberg's avatar Valentin Rothberg
Browse files

fix typo in package description

parent 31e58638
No related branches found
No related tags found
No related merge requests found
...@@ -23,7 +23,7 @@ ...@@ -23,7 +23,7 @@
// This has one notable limitation: it does not perform any kind of reservation // This has one notable limitation: it does not perform any kind of reservation
// of the actual host port. If there is a service on the host, it will have all // of the actual host port. If there is a service on the host, it will have all
// its traffic captured by the container. If another container also claims a given // its traffic captured by the container. If another container also claims a given
// port, it will caputure the traffic - it is last-write-wins. // port, it will capture the traffic - it is last-write-wins.
package main package main
import ( import (
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment