From e19962428d55317cd5ebd275de09868add6de54f Mon Sep 17 00:00:00 2001 From: Ben Kohler Date: Thu, 28 Mar 2019 19:20:05 -0500 Subject: Fix minor doc typos Thanks to simonvanderveldt. Closes: https://github.com/gentoo/catalyst/pull/3/ Signed-off-by: Ben Kohler --- etc/catalyst.conf | 2 +- examples/livecd-stage2_template.spec | 2 +- 2 files changed, 2 insertions(+), 2 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.* diff --git a/examples/livecd-stage2_template.spec b/examples/livecd-stage2_template.spec index 419f4806..8aa454c9 100644 --- a/examples/livecd-stage2_template.spec +++ b/examples/livecd-stage2_template.spec @@ -358,7 +358,7 @@ livecd/unmerge: livecd/empty: # This option tells catalyst to clean specific files from the filesystem and is -# very usefu in cleaning up stray files in /etc left over after livecd/unmerge. +# very useful in cleaning up stray files in /etc left over after livecd/unmerge. # example: # livecd/rm: /lib/*.a /usr/lib/*.a /usr/lib/gcc-lib/*/*/libgcj* /etc/dispatch-conf.conf /etc/etc-update.conf /etc/*- /etc/issue* /etc/portage/make.conf /etc/man.conf /etc/*.old /root/.viminfo /usr/sbin/bootsplash* /usr/sbin/fb* /usr/sbin/fsck.cramfs /usr/sbin/fsck.minix /usr/sbin/mkfs.minix /usr/sbin/mkfs.bfs /usr/sbin/mkfs.cramfs /lib/security/pam_access.so /lib/security/pam_chroot.so /lib/security/pam_debug.so /lib/security/pam_ftp.so /lib/security/pam_issue.so /lib/security/pam_mail.so /lib/security/pam_motd.so /lib/security/pam_mkhomedir.so /lib/security/pam_postgresok.so /lib/security/pam_rhosts_auth.so /lib/security/pam_userdb.so /usr/share/consolefonts/1* /usr/share/consolefonts/7* /usr/share/consolefonts/8* /usr/share/consolefonts/9* /usr/share/consolefonts/A* /usr/share/consolefonts/C* /usr/share/consolefonts/E* /usr/share/consolefonts/G* /usr/share/consolefonts/L* /usr/share/consolefonts/M* /usr/share/consolefonts/R* /usr/share/consolefonts/a* /usr/share/consolefonts/c* /usr/share/consolefonts/dr* /usr/share/consolefonts/g* /usr/share/consolefonts/i* /usr/share/consolefonts/k* /usr/share/consolefonts/l* /usr/share/consolefonts/r* /usr/share/consolefonts/s* /usr/share/consolefonts/t* /usr/share/consolefonts/v* /etc/splash/livecd-2006.1/16* /etc/splash/livecd-2006.1/12* /etc/splash/livecd-2006.1/6* /etc/splash/livecd-2006.1/8* /etc/splash/livecd-2006.1/images/silent-16* /etc/splash/livecd-2006.1/images/silent-12* /etc/splash/livecd-2006.1/images/silent-6* /etc/splash/livecd-2006.1/images/silent-8* /etc/splash/livecd-2006.1/images/verbose-16* /etc/splash/livecd-2006.1/images/verbose-12* /etc/splash/livecd-2006.1/images/verbose-6* /etc/splash/livecd-2006.1/images/verbose-8* /etc/portage/make.conf.example /etc/make.globals /etc/resolv.conf livecd/rm: -- cgit v1.2.3-18-g5258