Fix a typo.
authorArfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org>
Sat, 26 Oct 2013 19:31:17 +0000 (21:31 +0200)
committerArfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org>
Sat, 26 Oct 2013 19:31:17 +0000 (21:31 +0200)
pym/portage/package/ebuild/_config/MaskManager.py

index 4f22a2a2dee4b818ab06c6882eb80733e12de720..aeb04d7c8f3eb6b8b1900121f8af6083936b8009 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 2010-2012 Gentoo Foundation
+# Copyright 2010-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 __all__ = (
@@ -46,7 +46,7 @@ class MaskManager(object):
                                                "the repository profiles are not marked as that format.  This will break "
                                                "in the future.  Please either convert the following paths "
                                                "to files, or add\nprofile-formats = portage-1\nto the "
-                                               "repositories layout.conf.\n")
+                                               "repository's layout.conf.\n")
                                                % dict(repo_name=repo_config.name))
 
                        return pmask_cache[loc]