git: 0d4371e5cc - main - [handbook][bsdinstall] Fix typo.
Fernando ApesteguÃa
fernape at FreeBSD.org
Mon Jan 18 17:37:17 UTC 2021
The branch main has been updated by fernape (ports committer):
URL: https://cgit.FreeBSD.org/doc/commit/?id=0d4371e5cc65f03b7fb5daa37203137ec4b2df4a
commit 0d4371e5cc65f03b7fb5daa37203137ec4b2df4a
Author: Fernando Apesteguía <fernape at FreeBSD.org>
AuthorDate: 2021-01-18 17:31:02 +0000
Commit: Fernando Apesteguía <fernape at FreeBSD.org>
CommitDate: 2021-01-18 17:33:37 +0000
[handbook][bsdinstall] Fix typo.
Summary: s/perfomance/performance
Test Plan:
* igor clean
* Page renders properly
Reviewers: #docs, ygy
Reviewed By: #docs, ygy
Differential Revision: https://reviews.freebsd.org/D28214
---
en_US.ISO8859-1/books/handbook/bsdinstall/chapter.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/en_US.ISO8859-1/books/handbook/bsdinstall/chapter.xml b/en_US.ISO8859-1/books/handbook/bsdinstall/chapter.xml
index c20e796c67..9218229283 100644
--- a/en_US.ISO8859-1/books/handbook/bsdinstall/chapter.xml
+++ b/en_US.ISO8859-1/books/handbook/bsdinstall/chapter.xml
@@ -1731,7 +1731,7 @@ commit your changes?</programlisting>
<listitem>
<para><literal>mirror</literal> - Mirroring stores a complete
copy of all data on every disk. Mirroring provides a good
- read perfomance because data is read from all disks in
+ read performance because data is read from all disks in
parallel. Write performance is slower as the data must be
written to all disks in the pool. Allows all but one disk
to fail. This option requires at least two disks.</para>
More information about the dev-commits-doc-all
mailing list