diff options
author | Ben Kohler <bkohler@gentoo.org> | 2019-03-28 19:20:05 -0500 |
---|---|---|
committer | Ben Kohler <bkohler@gentoo.org> | 2019-03-28 19:20:05 -0500 |
commit | e19962428d55317cd5ebd275de09868add6de54f (patch) | |
tree | cd60ae90fb3878af45960f9e4703610a26efdfa4 /etc | |
parent | catalyst 3.0.4 (diff) | |
download | catalyst-e19962428d55317cd5ebd275de09868add6de54f.tar.gz catalyst-e19962428d55317cd5ebd275de09868add6de54f.tar.bz2 catalyst-e19962428d55317cd5ebd275de09868add6de54f.zip |
Fix minor doc typos
Thanks to simonvanderveldt.
Closes: https://github.com/gentoo/catalyst/pull/3/
Signed-off-by: Ben Kohler <bkohler@gentoo.org>
Diffstat (limited to 'etc')
-rw-r--r-- | etc/catalyst.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/catalyst.conf b/etc/catalyst.conf index c22cd439..7d7f7aba 100644 --- a/etc/catalyst.conf +++ b/etc/catalyst.conf @@ -74,7 +74,7 @@ hash_function="crc32" # WARNING: moving parts of the portage tree from within fsscript *will* break # your cache. The cache is unlinked before any empty or rm processing, though. # sticky-config = enables the code that will keep any internal 'catalyst_use' flags -# added to the USE= for building the stage. These ae usually added for legal +# added to the USE= for building the stage. These are usually added for legal # or specific needs in building the the early stage. Mostly it is the # 'bindist' USE flag option that is used for legal reasons, please see its # specific definition. It will also keep any /etc/portage/package.* |