diff options
author | Silvino Silva <silvino@bk.ru> | 2017-02-19 20:45:35 +0000 |
---|---|---|
committer | Silvino Silva <silvino@bk.ru> | 2017-02-19 20:45:35 +0000 |
commit | 80abe305030577f2658ea7e342fc31ddfa45d6d1 (patch) | |
tree | c168e7f7376471e4d3bc4f22a9eb0b536b5f6d80 | |
parent | 9297d227007080f6f7a03e35b19ea8d98e50bc18 (diff) | |
download | doc-80abe305030577f2658ea7e342fc31ddfa45d6d1.tar.gz |
fix core install typo
-rw-r--r-- | core/install.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/install.html b/core/install.html index 974e17e..4a7a46b 100644 --- a/core/install.html +++ b/core/install.html @@ -254,8 +254,8 @@ or add packages from opt collection. Remove lilo if you want grub.</p> - <p>Create package database, it will contain a list of i - nstalled packages files.</p> + <p>Create package database, it will contain a list of + installed packages files.</p> <pre> $ sudo touch $CHROOT/var/lib/pkg/db |