Fix typo. (trunk r15099)
authorZac Medico <zmedico@gentoo.org>
Thu, 17 Dec 2009 03:22:02 +0000 (03:22 -0000)
committerZac Medico <zmedico@gentoo.org>
Thu, 17 Dec 2009 03:22:02 +0000 (03:22 -0000)
svn path=/main/branches/2.1.7/; revision=15104

pym/_emerge/main.py

index b19c96a776f5a9fc7c9fb2f3239c59e80ce9740c..b4cd7c5ff4010c752528d075563fec8dbb91d68e 100644 (file)
@@ -993,7 +993,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