summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
Diffstat (limited to 'devel')
-rw-r--r--devel/py-mailcap-fix/pkg-descr2
-rw-r--r--devel/py-python-engineio/pkg-descr2
-rw-r--r--devel/py-vcrpy/pkg-descr2
3 files changed, 3 insertions, 3 deletions
diff --git a/devel/py-mailcap-fix/pkg-descr b/devel/py-mailcap-fix/pkg-descr
index b973b32415fc..9101fce1189f 100644
--- a/devel/py-mailcap-fix/pkg-descr
+++ b/devel/py-mailcap-fix/pkg-descr
@@ -1,5 +1,5 @@
This package patches the python standard library's mailcap module in order to
-correctly handle windcard entries.
+correctly handle wildcard entries.
The bug is documented on the bug tracker here: issue 14977
diff --git a/devel/py-python-engineio/pkg-descr b/devel/py-python-engineio/pkg-descr
index d37642a02a8e..196539439c68 100644
--- a/devel/py-python-engineio/pkg-descr
+++ b/devel/py-python-engineio/pkg-descr
@@ -1,7 +1,7 @@
Python implementation of the Engine.IO realtime server.
Features
- Fully compatible with the Javascript engine.io-client library,
+ Fully compatible with the JavaScript engine.io-client library,
versions 1.5.0 and up.
Compatible with Python 2.7 and Python 3.3+.
Supports large number of clients even on modest hardware when
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