summaryrefslogtreecommitdiff
path: root/devel/py-vcrpy
diff options
context:
space:
mode:
authorJimmy Olgeni <olgeni@FreeBSD.org>2017-09-10 18:51:46 +0000
committerJimmy Olgeni <olgeni@FreeBSD.org>2017-09-10 18:51:46 +0000
commit52e782d2417b326d839c01397be09bfa9b0beb1b (patch)
treeebf4eb4f8876d1520ffb2eafc96a67b4d9fcb116 /devel/py-vcrpy
parentupdate to 3.4.0 (diff)
Some typo fixes and whitespace cleanup for pkg-descr files.
Diffstat (limited to 'devel/py-vcrpy')
-rw-r--r--devel/py-vcrpy/pkg-descr2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/py-vcrpy/pkg-descr b/devel/py-vcrpy/pkg-descr
index 1d01e0dbcf38..8b7c58a74b87 100644
--- a/devel/py-vcrpy/pkg-descr
+++ b/devel/py-vcrpy/pkg-descr
@@ -4,7 +4,7 @@ function, VCR.py records all HTTP interactions that take place through
the libraries it supports and serializes and writes them to a flat file
(in yaml format by default). This flat file is called a cassette.
-When the relevant peice of code is executed again, VCR.py will read the
+When the relevant piece of code is executed again, VCR.py will read the
serialized requests and responses from the aforementioned cassette file,
and intercept any HTTP requests that it recognizes from the original test
run and return the responses that corresponded to those requests. This