Skip to content

Commit

Permalink
Fix typo (#86)
Browse files Browse the repository at this point in the history
  • Loading branch information
zliang-akamai authored Jul 5, 2023
1 parent 4517158 commit ba4b4b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/drivers/linode/linode.go
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ func (d *Driver) GetCreateFlags() []mcnflag.Flag {
mcnflag.StringFlag{
EnvVar: "LINODE_AUTHORIZED_USERS",
Name: "linode-authorized-users",
Usage: "Linode user accounts (seperated by commas) whose Linode SSH keys will be permitted root access to the created node",
Usage: "Linode user accounts (separated by commas) whose Linode SSH keys will be permitted root access to the created node",
},
mcnflag.StringFlag{
EnvVar: "LINODE_LABEL",
Expand Down

0 comments on commit ba4b4b0

Please sign in to comment.