Skip to content

Commit

Permalink
Fix spelling typo (#286)
Browse files Browse the repository at this point in the history
  • Loading branch information
roger2hk authored Oct 29, 2024
1 parent 459a43b commit 329e69f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion storage/gcp/gcp.go
Original file line number Diff line number Diff line change
Expand Up @@ -471,7 +471,7 @@ func (s *spannerSequencer) initDB(ctx context.Context) error {
) PRIMARY KEY (id);
*/

// Set default values for a newly inisialised schema - these rows being present are a precondition for
// Set default values for a newly initialised schema - these rows being present are a precondition for
// sequencing and integration to occur.
// Note that this will only succeed if no row exists, so there's no danger
// of "resetting" an existing log.
Expand Down

0 comments on commit 329e69f

Please sign in to comment.