chore(cmd): Fixing minor spelling error.

Fixed a minor spelling error inside `nvidia-ctk system create-device-nodes`.

Signed-off-by: Elliot Courant <me@elliotcourant.dev>
This commit is contained in:
Elliot Courant 2023-05-02 12:53:45 -05:00
parent fe8ef9e0bd
commit 140b1e33ef
No known key found for this signature in database

View File

@ -50,7 +50,7 @@ func (m command) build() *cli.Command {
c := cli.Command{
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 {
return m.validateFlags(c, &opts)
},