1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

Fixed misspelling

Signed-off-by: Daehyeok Mun <daehyeok@gmail.com>
This commit is contained in:
Daehyeok Mun 2016-11-28 11:44:45 -07:00
parent afcec80137
commit f89d6b0073
8 changed files with 13 additions and 13 deletions

View file

@ -47,7 +47,7 @@ type Handle struct {
// New provides a new ipvs handle in the namespace pointed to by the
// passed path. It will return a valid handle or an error in case an
// error occured while creating the handle.
// error occurred while creating the handle.
func New(path string) (*Handle, error) {
setup()