pkg/ns: fix misspelling in comment
authorPengfei Ni <feiskyer@users.noreply.github.com>
Tue, 14 Jun 2016 16:52:58 +0000 (00:52 +0800)
committerStefan Junker <steveeJ@users.noreply.github.com>
Tue, 14 Jun 2016 16:52:58 +0000 (09:52 -0700)
pkg/ns/ns.go

index e29f712..320eed7 100644 (file)
@@ -29,7 +29,7 @@ import (
 
 type NetNS interface {
        // Executes the passed closure in this object's network namespace,
-       // attemtping to restore the original namespace before returning.
+       // attempting to restore the original namespace before returning.
        // However, since each OS thread can have a different network namespace,
        // and Go's thread scheduling is highly variable, callers cannot
        // guarantee any specific namespace is set unless operations that