Skip to content

Commit 7cab898

Browse files
jsorefsaljam
authored andcommitted
Spelling (#1)
fix typos
1 parent 95edf00 commit 7cab898

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ overwrite existing records. Instead an error is returned to the caller forcing
1212
a decision on how to handle.
1313

1414
At this time, Cloudflare provides *no guarantees* about the stability of this
15-
pacakge. Please use vendoring to maintain this dependency in your project.
15+
package. Please use vendoring to maintain this dependency in your project.

buffer_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ func TestHelpers(t *testing.T) {
265265
t.Errorf("metadata structs do not match. expect: %v, actual: %v", c.expect, m)
266266
}
267267
if b.Size() != int(m.size) {
268-
t.Errorf("Reported size does not match meatadata")
268+
t.Errorf("Reported size does not match metadata")
269269
}
270270
os.Remove(filename)
271271
}

0 commit comments

Comments
 (0)