Skip to content

Commit a004ddd

Browse files
authored
typo in connect.go error message (#2997)
1 parent 061fd1b commit a004ddd

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"id": "3BE795A2-340F-4D5A-B237-8CE604BCB8E9",
3+
"type": "bugfix",
4+
"description": "typo in connect.go error message",
5+
"collapse": false,
6+
"modules": [
7+
"feature/rds/auth"
8+
]
9+
}

feature/rds/auth/connect.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ func BuildAuthToken(ctx context.Context, endpoint, region, dbUser string, creds
5757
}
5858

5959
if creds == nil {
60-
return "", fmt.Errorf("credetials provider must not ne nil")
60+
return "", fmt.Errorf("credentials provider must not be nil")
6161
}
6262

6363
// the scheme is arbitrary and is only needed because validation of the URL requires one.

0 commit comments

Comments
 (0)