Merge branch 'fix/minor-spelling' into 'main'

chore(cmd): Fixing minor spelling error.

See merge request nvidia/container-toolkit/container-toolkit!382
This commit is contained in:
Evan Lezar 2023-05-02 17:58:13 +00:00
commit 8736d1e78f

View File

@ -50,7 +50,7 @@ func (m command) build() *cli.Command {
c := cli.Command{ c := cli.Command{
Name: "create-device-nodes", Name: "create-device-nodes",
Usage: "A utility to create NVIDIA device ndoes", Usage: "A utility to create NVIDIA device nodes",
Before: func(c *cli.Context) error { Before: func(c *cli.Context) error {
return m.validateFlags(c, &opts) return m.validateFlags(c, &opts)
}, },