From: Zac Medico Date: Thu, 17 Dec 2009 03:22:02 +0000 (-0000) Subject: Fix typo. (trunk r15099) X-Git-Tag: v2.1.7.15~3 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=f5a1362bd26675876376f20df6e00668cee3f285;p=portage.git Fix typo. (trunk r15099) svn path=/main/branches/2.1.7/; revision=15104 --- diff --git a/pym/_emerge/main.py b/pym/_emerge/main.py index b19c96a77..b4cd7c5ff 100644 --- a/pym/_emerge/main.py +++ b/pym/_emerge/main.py @@ -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