Skip to content

Commit

Permalink
Nit: codespell
Browse files Browse the repository at this point in the history
Signed-off-by: Derek Nola <[email protected]>
  • Loading branch information
dereknola committed Dec 8, 2023
1 parent de5dc23 commit 488a86c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pkg/drivers/generic/generic.go
Original file line number Diff line number Diff line change
Expand Up @@ -425,7 +425,7 @@ func (d *Generic) Insert(ctx context.Context, key string, create, delete bool, c
}

// Drivers without LastInsertID support may conflict on the serial id key when inserting rows,
// as the ID is reserved at the begining of the implicit transaction, but does not become
// as the ID is reserved at the beginning of the implicit transaction, but does not become
// visible until the transaction completes, at which point we may have already created a gap fill record.
// Retry the insert if the driver indicates a retriable insert error, to avoid presenting a spurious
// duplicate key error to the client.
Expand Down
2 changes: 1 addition & 1 deletion pkg/drivers/nats/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ func parseConnection(dsn string, tlsInfo tls.Config) (*Config, error) {

// command line options provided to kine will override the file
// https://github.com/nats-io/jsm.go/blob/v0.0.29/natscontext/context.go#L257
// allows for user, creds, nke, token, certifcate, ca, inboxprefix from the context.json
// allows for user, creds, nke, token, certificate, ca, inboxprefix from the context.json
natsClientOpts, err := natsContext.NATSOptions(config.clientOptions...)
if err != nil {
return nil, err
Expand Down
2 changes: 1 addition & 1 deletion updatecli/updatecli.d/updatecli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# To test this:
# have "UPDATECLI_GITHUB_ACTOR" env set to your github username
# have "UPDATECLI_GITHUB_TOKEN" env set to your github token
# have the latest verison of updatecli installed
# have the latest version of updatecli installed
# 'updatecli diff -v updatecli/values.yaml -c updatecli/updatecli.d/updatecli.yml'
# In the future, more useful files should be added to this directory.
---
Expand Down

0 comments on commit 488a86c

Please sign in to comment.