Typo in mongodb engine (#6125)

This commit is contained in:
Matthias Bartelmeß
2019-01-29 20:44:45 +01:00
committed by Jim Kalafut
parent 7043a08b8a
commit 4894e3b928

View File

@@ -223,5 +223,5 @@ func (m *MongoDB) RevokeUser(ctx context.Context, statements dbplugin.Statements
// RotateRootCredentials is not currently supported on MongoDB
func (m *MongoDB) RotateRootCredentials(ctx context.Context, statements []string) (map[string]interface{}, error) {
return nil, errors.New("root credentaion rotation is not currently implemented in this database secrets engine")
return nil, errors.New("root credential rotation is not currently implemented in this database secrets engine")
}