diff options
author | Fernando ApesteguĂa <fernape@FreeBSD.org> | 2021-01-18 17:31:02 +0000 |
---|---|---|
committer | Fernando ApesteguĂa <fernape@FreeBSD.org> | 2021-01-18 17:33:37 +0000 |
commit | 0d4371e5cc65f03b7fb5daa37203137ec4b2df4a (patch) | |
tree | 41cb7efbe544c819627f0697c0869ec21a53e441 | |
parent | 2a93091cc3e72ed2766ffe15792516ee3a585e27 (diff) | |
download | doc-0d4371e5cc.tar.gz doc-0d4371e5cc.zip |
[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
-rw-r--r-- | en_US.ISO8859-1/books/handbook/bsdinstall/chapter.xml | 2 |
1 files changed, 1 insertions, 1 deletions
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> |