git: 2cfef2379a - main - Handbook - ZFS: Fix typo

From: Sergio Carlavilla Delgado <carlavilla_at_FreeBSD.org>
Date: Tue, 01 Aug 2023 08:48:15 UTC
The branch main has been updated by carlavilla:

URL: https://cgit.FreeBSD.org/doc/commit/?id=2cfef2379a95eaef096a75eabe1d110185e355a5

commit 2cfef2379a95eaef096a75eabe1d110185e355a5
Author:     Soobin Rho <soobinrho@gmail.com>
AuthorDate: 2023-08-01 08:44:53 +0000
Commit:     Sergio Carlavilla Delgado <carlavilla@FreeBSD.org>
CommitDate: 2023-08-01 08:44:53 +0000

    Handbook - ZFS: Fix typo
    
    Reviewed by:            Mina Galić <freebsd@igalic.co>
    Approved by:            carlavilla@
    Pull Request:           https://github.com/freebsd/freebsd-doc/pull/232
---
 documentation/content/en/books/handbook/zfs/_index.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/documentation/content/en/books/handbook/zfs/_index.adoc b/documentation/content/en/books/handbook/zfs/_index.adoc
index b447e318e2..79e5eaaa02 100644
--- a/documentation/content/en/books/handbook/zfs/_index.adoc
+++ b/documentation/content/en/books/handbook/zfs/_index.adoc
@@ -2065,7 +2065,7 @@ usr/home/joe        1.3G     31k    1.3G     0%    /usr/home/joe
 usr/home/joenew     1.3G     31k    1.3G     0%    /usr/home/joenew
 ....
 
-Creating a clone makes it an exact copy of the state the dataset as it was when taking the snapshot.
+Creating a clone makes it an exact copy of the state the dataset was in when taking the snapshot.
 Changing the clone independently from its originating dataset is possible now.
 The connection between the two is the snapshot.
 ZFS records this connection in the property `origin`.