diff options
author | 2014-05-08 10:03:47 +0900 | |
---|---|---|
committer | 2014-05-08 10:03:47 +0900 | |
commit | 2b33a61b659b35280616715fb9c522ef111520c7 (patch) | |
tree | 2bd64f5b99f9faf9fe9492e95a5036c72bfe179c /g_sorcery | |
parent | gs-elpa: exclude cl-lib from dependencies as it is a package needed for compa... (diff) | |
download | g-sorcery-2b33a61b659b35280616715fb9c522ef111520c7.tar.gz g-sorcery-2b33a61b659b35280616715fb9c522ef111520c7.tar.bz2 g-sorcery-2b33a61b659b35280616715fb9c522ef111520c7.zip |
g_sorcery/ebuild.py: fix typo
Diffstat (limited to 'g_sorcery')
-rw-r--r-- | g_sorcery/ebuild.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/g_sorcery/ebuild.py b/g_sorcery/ebuild.py index c7fc463..31782f0 100644 --- a/g_sorcery/ebuild.py +++ b/g_sorcery/ebuild.py @@ -154,7 +154,7 @@ class DefaultEbuildGenerator(EbuildGenerator): Default ebuild generator. Takes a layout dictinary that describes ebuild structure and generates - an ebuild temlate basing on it. + an ebuild template basing on it. Layout has entries for vars and inherited eclasses. Each entry is a list. Entries are processed in the following order: |