diff options
author | Andrea Gelmini <[email protected]> | 2019-08-30 18:43:30 +0200 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2019-08-30 09:43:30 -0700 |
commit | ad0b23b14ab37a54764122fe8341e62f10245e15 (patch) | |
tree | 66ce117ee356fdb08f2eb31569fba0ad50cae2e3 /cmd/zdb/zdb.c | |
parent | ac3d4d0cf6b3d06cfd90636b4bc8a2043176b725 (diff) |
Fix typos in cmd/
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 #9234
Diffstat (limited to 'cmd/zdb/zdb.c')
-rw-r--r-- | cmd/zdb/zdb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/zdb/zdb.c b/cmd/zdb/zdb.c index e05323f0a..a6368c67d 100644 --- a/cmd/zdb/zdb.c +++ b/cmd/zdb/zdb.c @@ -5391,7 +5391,7 @@ zdb_set_skip_mmp(char *target) * the name of the target pool. * * Note that the checkpointed state's pool name will be the name of - * the original pool with the above suffix appened to it. In addition, + * the original pool with the above suffix appended to it. In addition, * if the target is not a pool name (e.g. a path to a dataset) then * the new_path parameter is populated with the updated path to * reflect the fact that we are looking into the checkpointed state. |