Skip to content

Commit 7c03a01

Browse files
committed
Fix golangci-lint "misspell" error
Signed-off-by: Kohei Tokunaga <[email protected]>
1 parent df70240 commit 7c03a01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/ctr-remote/commands/flags.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@ func withCNI(clicontext *cli.Context) (specOpt oci.SpecOpts, done func() error,
323323
if pdir := clicontext.String("cni-plugin-dir"); pdir != "" {
324324
cniopts = append(cniopts, gocni.WithPluginDir([]string{pdir}))
325325
}
326-
// The first-found configration file will be effective
326+
// The first-found configuration file will be effective
327327
// TODO: Should we make the number of reading files configurable?
328328
cniopts = append(cniopts, gocni.WithDefaultConf)
329329
network, err := gocni.New(cniopts...)

0 commit comments

Comments
 (0)