From 703f87fce1ff9370b642c91733ddbbf10899ab2a Mon Sep 17 00:00:00 2001 From: "Jason R. Coombs" Date: Mon, 29 Sep 2014 22:05:36 -0400 Subject: Correct typo --- setuptools/tests/environment.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setuptools/tests/environment.py b/setuptools/tests/environment.py index bbc7fd35..fa26a9ec 100644 --- a/setuptools/tests/environment.py +++ b/setuptools/tests/environment.py @@ -107,7 +107,7 @@ def run_setup_py(cmd, pypath=None, path=None, #decode the console string if needed if hasattr(data, "decode"): - data = data.decode() # should use the preffered encoding + data = data.decode() # should use the preferred encoding data = unicodedata.normalize('NFC', data) #communciate calls wait() -- cgit v1.2.1