mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2026-05-22 02:27:36 +03:00
Fix minor spelling mistakes
Trivial spelling mistake fix in error message text. * Fix spelling mistake "adminstrator" -> "administrator" * Fix spelling mistake "specificed" -> "specified" * Fix spelling mistake "interperted" -> "interpreted" Signed-off-by: Colin Ian King <colin.king@canonical.com> Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov> Closes #4728
This commit is contained in:
committed by
Brian Behlendorf
parent
f866a4ea1f
commit
2627e75245
@@ -343,7 +343,7 @@ args_init(int argc, char **argv)
|
||||
check_mutual_exclusive_command_lines(fl_cs, "chunksize");
|
||||
|
||||
if (args->pool == NULL) {
|
||||
fprintf(stderr, "Error: Pool not specificed\n");
|
||||
fprintf(stderr, "Error: Pool not specified\n");
|
||||
usage();
|
||||
args_fini(args);
|
||||
return (NULL);
|
||||
|
||||
Reference in New Issue
Block a user