Skip to content

Commit

Permalink
Spelling (#1)
Browse files Browse the repository at this point in the history
fix typos
  • Loading branch information
jsoref authored and saljam committed Apr 8, 2019
1 parent 95edf00 commit 7cab898
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ overwrite existing records. Instead an error is returned to the caller forcing
a decision on how to handle.

At this time, Cloudflare provides *no guarantees* about the stability of this
pacakge. Please use vendoring to maintain this dependency in your project.
package. Please use vendoring to maintain this dependency in your project.
2 changes: 1 addition & 1 deletion buffer_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ func TestHelpers(t *testing.T) {
t.Errorf("metadata structs do not match. expect: %v, actual: %v", c.expect, m)
}
if b.Size() != int(m.size) {
t.Errorf("Reported size does not match meatadata")
t.Errorf("Reported size does not match metadata")
}
os.Remove(filename)
}
Expand Down

0 comments on commit 7cab898

Please sign in to comment.