mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2026-05-22 02:27:36 +03:00
Fix spelling
Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov Reviewed-by: Giuseppe Di Natale <dinatale2@llnl.gov>> Reviewed-by: George Melikov <mail@gmelikov.ru> Reviewed-by: Haakan T Johansson <f96hajo@chalmers.se> Closes #5547 Closes #5543
This commit is contained in:
+2
-2
@@ -2174,7 +2174,7 @@ zfs_do_upgrade(int argc, char **argv)
|
||||
if (cb.cb_numfailed != 0)
|
||||
ret = 1;
|
||||
} else {
|
||||
/* List old-version filesytems */
|
||||
/* List old-version filesystems */
|
||||
boolean_t found;
|
||||
(void) printf(gettext("This system is currently running "
|
||||
"ZFS filesystem version %llu.\n\n"), ZPL_VERSION);
|
||||
@@ -3376,7 +3376,7 @@ zfs_do_promote(int argc, char **argv)
|
||||
*
|
||||
* -r Delete any intervening snapshots before doing rollback
|
||||
* -R Delete any snapshots and their clones
|
||||
* -f ignored for backwards compatability
|
||||
* -f ignored for backwards compatibility
|
||||
*
|
||||
* Given a filesystem, rollback to a specific snapshot, discarding any changes
|
||||
* since then and making it the active dataset. If more recent snapshots exist,
|
||||
|
||||
Reference in New Issue
Block a user