From 7cab898e1166c26952defccb166d235a3a28e59d Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Mon, 8 Apr 2019 12:42:02 -0400 Subject: [PATCH] Spelling (#1) fix typos --- README.md | 2 +- buffer_test.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5941c12..473f017 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/buffer_test.go b/buffer_test.go index d3980b1..3fa2360 100644 --- a/buffer_test.go +++ b/buffer_test.go @@ -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) }