diff --git a/usr.sbin/pnfsdscopymr/pnfsdscopymr.8 b/usr.sbin/pnfsdscopymr/pnfsdscopymr.8 index 7be848d5bb4..607f902a585 100644 --- a/usr.sbin/pnfsdscopymr/pnfsdscopymr.8 +++ b/usr.sbin/pnfsdscopymr/pnfsdscopymr.8 @@ -62,7 +62,7 @@ in order to recover the data storage files onto a repaired DS. .It Fl m Ar source-mounted-on-DS-dir destination-mounted-on-DS-dir This option indicates that the data storage file is to be migrated from -the source DS mounted on the diectory +the source DS mounted on the directory .Dq source-mounted-on-DS-dir to the DS mounted on the directory .Dq destination-mounted-on-DS-dir . diff --git a/usr.sbin/pnfsdscopymr/pnfsdscopymr.c b/usr.sbin/pnfsdscopymr/pnfsdscopymr.c index 639cb7f9202..2f155ed354c 100644 --- a/usr.sbin/pnfsdscopymr/pnfsdscopymr.c +++ b/usr.sbin/pnfsdscopymr/pnfsdscopymr.c @@ -171,7 +171,7 @@ main(int argc, char *argv[]) pnfsdarg.dspath); /* - * Check the IP address of the NFS server against the entrie(s) + * Check the IP address of the NFS server against the entry(ies) * in the extended attribute. */ strlcpy(host, sf.f_mntfromname, sizeof(host)); @@ -233,7 +233,7 @@ main(int argc, char *argv[]) pnfsdarg.curdspath); /* - * Check the IP address of the NFS server against the entrie(s) + * Check the IP address of the NFS server against the entry(ies) * in the extended attribute. */ strlcpy(host, sf.f_mntfromname, sizeof(host));