Skip to content

Commit

Permalink
Fix misspelling
Browse files Browse the repository at this point in the history
  • Loading branch information
lukemassa committed Mar 26, 2024
1 parent 275665d commit 9deab65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/events/project_command_builder_test.go
Expand Up @@ -288,7 +288,7 @@ terraform {
Ok(t, err)
Equals(t, len(c.exp), len(ctxs))

// Sort so comparisons are determinisitic
// Sort so comparisons are deterministic
sort.Slice(ctxs, func(i, j int) bool {
if ctxs[i].ProjectName != ctxs[j].ProjectName {
return ctxs[i].ProjectName < ctxs[j].ProjectName
Expand Down

0 comments on commit 9deab65

Please sign in to comment.