git: dc8725726d02 - main - pnfsdscopymr: Fix typos
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 11 Apr 2024 17:44:51 UTC
The branch main has been updated by imp:
URL: https://cgit.FreeBSD.org/src/commit/?id=dc8725726d0205c10b01c06717cb265ab7d239e5
commit dc8725726d0205c10b01c06717cb265ab7d239e5
Author: Elyes Haouas <ehaouas@noos.fr>
AuthorDate: 2024-04-11 17:40:05 +0000
Commit: Warner Losh <imp@FreeBSD.org>
CommitDate: 2024-04-11 17:40:42 +0000
pnfsdscopymr: Fix typos
Signed-off-by: Elyes Haouas <ehaouas@noos.fr>
Reviewed by: imp
Pull Request: https://github.com/freebsd/freebsd-src/pull/882
---
usr.sbin/pnfsdscopymr/pnfsdscopymr.8 | 2 +-
usr.sbin/pnfsdscopymr/pnfsdscopymr.c | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/usr.sbin/pnfsdscopymr/pnfsdscopymr.8 b/usr.sbin/pnfsdscopymr/pnfsdscopymr.8
index 7be848d5bb46..607f902a585e 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 639cb7f92027..2f155ed354c0 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));