From 586029cfbe9eb14f45a36de0d89a5ccd253a8ccd Mon Sep 17 00:00:00 2001
From: Peter Frost <peterwarrenfrost@gmail.com>
Date: Fri, 14 Feb 2020 08:48:08 +0100
Subject: [PATCH] doc: fix typo

* doc/find.texi (Name Directives): s/eample/example/
* find/find.1 (EXAMPLES): Likewise.

Fixes https://sv.gnu.org/bugs/?57807

Copyright-paperwork-exempt: Yes
---
 doc/find.texi | 2 +-
 find/find.1   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/find.texi b/doc/find.texi
index 181ee04c..6fe9947a 100644
--- a/doc/find.texi
+++ b/doc/find.texi
@@ -1857,7 +1857,7 @@ Command line argument under which file was found.
 @end table
 
 For some corner-cases, the interpretation of the @samp{%f} and
-@samp{%h} format directives is not obvious.  Here is an eample
+@samp{%h} format directives is not obvious.  Here is an example
 including some output:
 
 @example
diff --git a/find/find.1 b/find/find.1
index 0d586a80..bdf3e469 100644
--- a/find/find.1
+++ b/find/find.1
@@ -2285,7 +2285,7 @@ and
 .B %h
 format directives of
 .B \-printf
-is not obvious.  Here is an eample including some output.
+is not obvious.  Here is an example including some output.
 
 .nf
 .B $ find . .. / /tmp /tmp/TRACE compile compile/64/tests/find -maxdepth 0 -printf '[%h][%f]\en'
-- 
2.25.0

