We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4517158 commit ba4b4b0Copy full SHA for ba4b4b0
pkg/drivers/linode/linode.go
@@ -158,7 +158,7 @@ func (d *Driver) GetCreateFlags() []mcnflag.Flag {
158
mcnflag.StringFlag{
159
EnvVar: "LINODE_AUTHORIZED_USERS",
160
Name: "linode-authorized-users",
161
- 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",
162
},
163
164
EnvVar: "LINODE_LABEL",
0 commit comments