diff options
author | Andrea Gelmini <[email protected]> | 2019-09-03 02:53:27 +0200 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2019-09-02 17:53:27 -0700 |
commit | 7859537768e030d0151a6d72a6b031751228bc85 (patch) | |
tree | 15fc02abdd255b0b32285746ebc30dc6f614ed93 /lib/libzfs/libzfs_sendrecv.c | |
parent | c9539600484d8f89d48629eb5775c8b1967fe7d7 (diff) |
Fix typos in lib/
Reviewed-by: Ryan Moeller <[email protected]>
Reviewed-by: Richard Laager <[email protected]>
Reviewed-by: Brian Behlendorf <[email protected]>
Signed-off-by: Andrea Gelmini <[email protected]>
Closes #9237
Diffstat (limited to 'lib/libzfs/libzfs_sendrecv.c')
-rw-r--r-- | lib/libzfs/libzfs_sendrecv.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libzfs/libzfs_sendrecv.c b/lib/libzfs/libzfs_sendrecv.c index 9fdb99052..c178296f6 100644 --- a/lib/libzfs/libzfs_sendrecv.c +++ b/lib/libzfs/libzfs_sendrecv.c @@ -4702,7 +4702,7 @@ zfs_receive_one(libzfs_handle_t *hdl, int infd, const char *tosnap, /* * Raw sends can not be performed as an incremental on top - * of existing unencryppted datasets. zfs recv -F cant be + * of existing unencrypted datasets. zfs recv -F can't be * used to blow away an existing encrypted filesystem. This * is because it would require the dsl dir to point to the * new key (or lack of a key) and the old key at the same |