pnfsdscopymr: Fix typos

Signed-off-by: Elyes Haouas <ehaouas@noos.fr>
Reviewed by: imp
Pull Request: https://github.com/freebsd/freebsd-src/pull/882
This commit is contained in:
Elyes Haouas 2024-04-11 11:40:05 -06:00 committed by Warner Losh
parent e57d2e4aee
commit dc8725726d
2 changed files with 3 additions and 3 deletions

View File

@ -62,7 +62,7 @@ in order to recover the data
storage files onto a repaired DS. storage files onto a repaired DS.
.It Fl m Ar source-mounted-on-DS-dir destination-mounted-on-DS-dir .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 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 .Dq source-mounted-on-DS-dir
to the DS mounted on the directory to the DS mounted on the directory
.Dq destination-mounted-on-DS-dir . .Dq destination-mounted-on-DS-dir .

View File

@ -171,7 +171,7 @@ main(int argc, char *argv[])
pnfsdarg.dspath); 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. * in the extended attribute.
*/ */
strlcpy(host, sf.f_mntfromname, sizeof(host)); strlcpy(host, sf.f_mntfromname, sizeof(host));
@ -233,7 +233,7 @@ main(int argc, char *argv[])
pnfsdarg.curdspath); 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. * in the extended attribute.
*/ */
strlcpy(host, sf.f_mntfromname, sizeof(host)); strlcpy(host, sf.f_mntfromname, sizeof(host));