Fix typo.
authorArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
Wed, 16 Dec 2009 18:37:12 +0000 (18:37 -0000)
committerArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
Wed, 16 Dec 2009 18:37:12 +0000 (18:37 -0000)
svn path=/main/trunk/; revision=15099

pym/_emerge/main.py

index 4e98ec31217523d7cff908c3026b61dbfb3f3d7a..f1da3bd5f6810cf6aa1be66bed1671e7c4d061de 100644 (file)
@@ -1135,7 +1135,7 @@ def check_procfs():
        if platform.system() not in ("Linux",) or \
                os.path.ismount(procfs_path):
                return os.EX_OK
-       msg = "It sees that %s is not mounted. You have been warned." % procfs_path
+       msg = "It seems that %s is not mounted. You have been warned." % procfs_path
        writemsg_level("".join("!!! %s\n" % l for l in textwrap.wrap(msg, 70)),
                level=logging.ERROR, noiselevel=-1)
        return 1