From 40edc25232382047d63870d953650141d1d21b12 Mon Sep 17 00:00:00 2001
From: Renaud Pacalet <renaud.pacalet@telecom-paristech.fr>
Date: Sun, 10 Oct 2021 23:36:04 +0200
Subject: [PATCH] doc: fix typo in "Full Name Patterns"

* doc/find.texi (subsection Full Name Patterns): Change 2nd '-wholename'
to '-iwholename' to complete the enumeration of related options.
Fixes https://savannah.gnu.org/bugs/?61303

Copyright-paperwork-exempt: Yes
---
 doc/find.texi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/find.texi b/doc/find.texi
index d70ccc2a..69572b78 100644
--- a/doc/find.texi
+++ b/doc/find.texi
@@ -533,7 +533,7 @@ is case-insensitive.
 
 
 In the context of the tests @samp{-path}, @samp{-wholename},
-@samp{-ipath} and @samp{-wholename}, a ``full path'' is the name of
+@samp{-ipath} and @samp{-iwholename}, a ``full path'' is the name of
 all the directories traversed from @code{find}'s start point to the
 file being tested, followed by the base name of the file itself.
 These paths are often not absolute paths; for example
-- 
2.33.0

