Skip to content

Commit

Permalink
chore: fix some comments (#690)
Browse files Browse the repository at this point in the history
  • Loading branch information
yumeiyin authored May 26, 2024
1 parent fc06233 commit d84cc54
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion internal/hook/hook_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ func TestCheckScalrSignature(t *testing.T) {
}
valid, err := CheckScalrSignature(r, testCase.secret, false)
if valid != testCase.ok {
t.Errorf("failed to check scalr signature fot test case: %s\nexpected ok:%#v, got ok:%#v}",
t.Errorf("failed to check scalr signature for test case: %s\nexpected ok:%#v, got ok:%#v}",
testCase.description, testCase.ok, valid)
}

Expand Down
2 changes: 1 addition & 1 deletion internal/middleware/dumper.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package middleware

// Derived from from the Goa project, MIT Licensed
// Derived from the Goa project, MIT Licensed
// https://github.com/goadesign/goa/blob/v3/http/middleware/debug.go

import (
Expand Down

0 comments on commit d84cc54

Please sign in to comment.