Skip to content

Commit ba4b4b0

Browse files
Fix typo (#86)
1 parent 4517158 commit ba4b4b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/drivers/linode/linode.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ func (d *Driver) GetCreateFlags() []mcnflag.Flag {
158158
mcnflag.StringFlag{
159159
EnvVar: "LINODE_AUTHORIZED_USERS",
160160
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",
161+
Usage: "Linode user accounts (separated by commas) whose Linode SSH keys will be permitted root access to the created node",
162162
},
163163
mcnflag.StringFlag{
164164
EnvVar: "LINODE_LABEL",

0 commit comments

Comments
 (0)