Fix some typoes in docs and comments. v2.2.0_alpha39
authorZac Medico <zmedico@gentoo.org>
Fri, 10 Jun 2011 01:10:51 +0000 (18:10 -0700)
committerZac Medico <zmedico@gentoo.org>
Fri, 10 Jun 2011 01:10:51 +0000 (18:10 -0700)
man/portage.5
pym/portage/dep/__init__.py

index 35dcc2b3851f5ea6557a6119c6b5e6ce06381f47..547d996074534cd48b53cca2eca8e21da572af9c 100644 (file)
@@ -122,7 +122,7 @@ More reading:
 
 .B Extended Atom Syntax
 .br
-The following atom syntax extensions that are only supported in user
+The following atom syntax extensions are only supported in user
 configuration files and command line arguments for programs such as
 \fBemerge(1)\fR:
 .RS
index b9020a7a76fac9c8d33e60ff43330f35aab7b127..5832fd9ec16d3cc4498a367b77d0773114868e63 100644 (file)
@@ -1063,7 +1063,7 @@ class Atom(_atom_base):
                                (_atom_base, type(s)))
 
                if not isinstance(s, _atom_base):
-                       # Avoid TypeError with from _atom_base.__init__ with PyPy.
+                       # Avoid TypeError from _atom_base.__init__ with PyPy.
                        s = _unicode_decode(s)
 
                _atom_base.__init__(s)