summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CONTRIBUTORS1
-rw-r--r--doc/example/platform.rst2
2 files changed, 2 insertions, 1 deletions
diff --git a/CONTRIBUTORS b/CONTRIBUTORS
index edb19b1b..5061d42e 100644
--- a/CONTRIBUTORS
+++ b/CONTRIBUTORS
@@ -24,6 +24,7 @@ Ian Stapleton Cordasco
Igor Duarte Cardoso
Ionel Maries Cristian
Itxaka Serrano
+Jake Windle
Jannis Leidel
Johannes Christ
Josh Smeaton
diff --git a/doc/example/platform.rst b/doc/example/platform.rst
index 5661fc65..647dc3b3 100644
--- a/doc/example/platform.rst
+++ b/doc/example/platform.rst
@@ -26,7 +26,7 @@ and the following ``tox.ini`` content:
mymacos: darwin
mywindows: win32
- # you can specify dependencies and their versions based on platform filtered envirements
+ # you can specify dependencies and their versions based on platform filtered environments
deps = mylinux,mymacos: py==1.4.32
mywindows: py==1.4.30