Skip to content

Commit d84cc54

Browse files
authored
chore: fix some comments (#690)
1 parent fc06233 commit d84cc54

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

internal/hook/hook_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ func TestCheckScalrSignature(t *testing.T) {
182182
}
183183
valid, err := CheckScalrSignature(r, testCase.secret, false)
184184
if valid != testCase.ok {
185-
t.Errorf("failed to check scalr signature fot test case: %s\nexpected ok:%#v, got ok:%#v}",
185+
t.Errorf("failed to check scalr signature for test case: %s\nexpected ok:%#v, got ok:%#v}",
186186
testCase.description, testCase.ok, valid)
187187
}
188188

internal/middleware/dumper.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
package middleware
22

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

66
import (

0 commit comments

Comments
 (0)