Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/catalyst:master commit in: doc/
Date: Mon, 30 Mar 2020 23:47:42
Message-Id: 1585612036.724b49a0407303f5f9459238d1cb2f0ab290844f.mattst88@gentoo
1 commit: 724b49a0407303f5f9459238d1cb2f0ab290844f
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Mon Mar 30 16:53:49 2020 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Mon Mar 30 23:47:16 2020 +0000
6 URL: https://gitweb.gentoo.org/proj/catalyst.git/commit/?id=724b49a0
7
8 doc: Fix some typos
9
10 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
11
12 doc/HOWTO.txt | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/doc/HOWTO.txt b/doc/HOWTO.txt
16 index b1d315e6..960b5761 100644
17 --- a/doc/HOWTO.txt
18 +++ b/doc/HOWTO.txt
19 @@ -1,4 +1,4 @@
20 -Catalyst is a release-buildcing tool for Gentoo. If you use Gentoo
21 +Catalyst is a release-building tool for Gentoo. If you use Gentoo
22 and want to roll your own live CD or bootable USB stick, this is the
23 way to go. First, get a Gentoo development box and install the
24 necessary tools:
25 @@ -54,7 +54,7 @@ where the storage dir is `$storedir/builds/$source_subpath`
26 (`$storedir` from `catalyst.conf`, `$source_subpath` from your
27 `*.spec` file).
28
29 -`.*spec` files
30 +`*.spec` files
31 ~~~~~~~~~~~~~~
32
33 `.*spec` files tell catalyst about the system you're trying to build.