git: 340e08beee82 - main - pmcstudy: Fix a typo in a usage message

From: Gordon Bergling <gbe_at_FreeBSD.org>
Date: Mon, 24 Jan 2022 18:42:13 UTC
The branch main has been updated by gbe (doc committer):

URL: https://cgit.FreeBSD.org/src/commit/?id=340e08beee8228f01b714704999c6cc8f1d43b6e

commit 340e08beee8228f01b714704999c6cc8f1d43b6e
Author:     Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2022-01-24 18:41:39 +0000
Commit:     Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2022-01-24 18:41:39 +0000

    pmcstudy: Fix a typo in a usage message
    
    -s /measurments/measurements/
    
    MFC after:      3 days
---
 usr.sbin/pmcstudy/pmcstudy.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/usr.sbin/pmcstudy/pmcstudy.c b/usr.sbin/pmcstudy/pmcstudy.c
index 6f5b6ba856a7..c72822ccccf5 100644
--- a/usr.sbin/pmcstudy/pmcstudy.c
+++ b/usr.sbin/pmcstudy/pmcstudy.c
@@ -2865,7 +2865,7 @@ main(int argc, char **argv)
 			       argv[0]);
 			printf("-i inputfile -- use source as inputfile not stdin (if stdin collect)\n");
 			printf("-v -- verbose dump debug type things -- you don't want this\n");
-			printf("-m N -- maximum to collect is N measurments\n");
+			printf("-m N -- maximum to collect is N measurements\n");
 			printf("-e expr-name -- Do expression expr-name\n");
 			printf("-E 'your expression' -- Do your expression\n");
 			printf("-h -- Don't do the expression I put in -e xxx just explain what it does and exit\n");