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
@@ -5860,7 +5860,7 @@ status_callback(zpool_handle_t *zhp, void *data)
|
||||
case ZPOOL_STATUS_BAD_LOG:
|
||||
(void) printf(gettext("status: An intent log record "
|
||||
"could not be read.\n"
|
||||
"\tWaiting for adminstrator intervention to fix the "
|
||||
"\tWaiting for administrator intervention to fix the "
|
||||
"faulted pool.\n"));
|
||||
(void) printf(gettext("action: Either restore the affected "
|
||||
"device(s) and run 'zpool online',\n"
|
||||
|
||||
Reference in New Issue
Block a user