From 2ece57c3ac0cb06fedf953ccfb2ee4aae0d0806c Mon Sep 17 00:00:00 2001 From: Gordon Bergling Date: Wed, 6 Apr 2022 18:41:08 +0200 Subject: [PATCH] mt(3): Fix a typo in the manual page - s/mulitple/multiple/ Approved by: re@ (gjb) (cherry picked from commit 656d68a711952ac2b92ed258502978c5ba1dbc73) --- lib/libmt/mt.3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/libmt/mt.3 b/lib/libmt/mt.3 index cadb1689a8d..4d1551457cf 100644 --- a/lib/libmt/mt.3 +++ b/lib/libmt/mt.3 @@ -249,7 +249,7 @@ function returns the first entry in the tree starting at that matches .Ar name . The supplied node name can be a single level name like "foo", or it can -specify mulitple node names that must be matched, for instance "foo.bar.baz". +specify multiple node names that must be matched, for instance "foo.bar.baz". In the case of a single level name, it will match any node beneath .Ar entry that matches -- 2.45.0