summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2011-01-20 18:31:34 -0800
committerZac Medico <zmedico@gentoo.org>2011-01-21 22:19:15 -0800
commit1872c822c8e22023232ecd2b93a97ea03ea7b6f5 (patch)
tree560b6c032276877780708702a9865aa81f0763b4
parentd3fe50f16ebed2f82283a3ce20a407a895333872 (diff)
downloadportage-1872c822c8e22023232ecd2b93a97ea03ea7b6f5.tar.gz
portage-1872c822c8e22023232ecd2b93a97ea03ea7b6f5.tar.bz2
portage-1872c822c8e22023232ecd2b93a97ea03ea7b6f5.zip
Fix a typo in a comment.
-rw-r--r--pym/portage/util/_pty.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pym/portage/util/_pty.py b/pym/portage/util/_pty.py
index c96bf74fd..f45ff0aa1 100644
--- a/pym/portage/util/_pty.py
+++ b/pym/portage/util/_pty.py
@@ -36,7 +36,7 @@ def _test_pty_eof(fdopen_buffered=False):
NOTE: This issue is only problematic when array.fromfile()
is used, rather than os.read(). However, array.fromfile()
- is preferred since it is approximatly 10% faster.
+ is preferred since it is approximately 10% faster.
New development: It appears that array.fromfile() is usable
with python3 as long as fdopen is called with a bufsize