Skip to content

Commit b6b1d5c

Browse files
committed
fix typo, ...
1 parent 248ffd5 commit b6b1d5c

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

browser/chrome/chrome_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ import (
99
"github.com/browserutils/kooky/internal/testutils"
1010
)
1111

12-
// d18f6247db68045dfbab126d814baf2cf1512141391
1312
func TestReadCookies(t *testing.T) {
1413
testCookiesPath, err := testutils.GetTestDataFilePath("chrome-macos-cookie-db.sqlite") // this test file was created on macos
1514
if err != nil {

filter.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import (
77
"time"
88
)
99

10-
// Filter is used for filtering cokies in ReadCookies() functions.
10+
// Filter is used for filtering cookies in ReadCookies() functions.
1111
// Filter order might be changed for peformance reasons
1212
// (omission of value decryption of filtered out cookies, etc).
1313
//

0 commit comments

Comments
 (0)