Skip to content

Commit 6e3f585

Browse files
authored
Merge pull request #79 from RULCSoft/fix-typo
Fix typo, minor change
2 parents 47a92d4 + 2a16188 commit 6e3f585

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cloud/linode/instances.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ func linodeByName(ctx context.Context, client *linodego.Client, nodeName types.N
210210

211211
// serverIDFromProviderID returns a Linode ID from a providerID.
212212
//
213-
// The providerID can be seen on the the Kubernetes Node object. The expected
213+
// The providerID can be seen on the Kubernetes Node object. The expected
214214
// format is: linode://linodeID
215215
func linodeIDFromProviderID(providerID string) (string, error) {
216216
if providerID == "" {

0 commit comments

Comments
 (0)