summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2011-09-11 15:55:21 +0200
committerJames Youngman <jay@gnu.org>2011-09-11 15:52:18 +0100
commitc4f17ed4588f9845d6c08b99411c0fec17a9557f (patch)
treeb99f8071550ed250521962b24114e8aa438caa96
parentadadafb09cd7391f527b3f3b0090d642bee539c7 (diff)
downloadfindutils-c4f17ed4588f9845d6c08b99411c0fec17a9557f.tar.gz
Fix a typo in find.texi.
* doc/find.texi (Error Messages From find): Fix typo s/an/a/.
-rw-r--r--ChangeLog5
-rw-r--r--doc/find.texi2
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index d8011a91..8f55258a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2011-09-11 Jim Meyering <meyering@redhat.com>
+
+ Fix a typo in find.texi.
+ * doc/find.texi (Error Messages From find): Fix typo s/an/a/.
+
2011-08-20 James Youngman <jay@gnu.org>
Describe recent memory savings on very large directories.
diff --git a/doc/find.texi b/doc/find.texi
index f086792e..06fe248a 100644
--- a/doc/find.texi
+++ b/doc/find.texi
@@ -5465,7 +5465,7 @@ This usually happens if you have an extra bracket on the command line
These messages might appear when @code{find} moves into a directory
and finds that the device number and inode are different from what it
expected them to be. If the directory @code{find} has moved into is
-on an network filesystem (NFS), it will not issue this message, because
+on a network filesystem (NFS), it will not issue this message, because
@code{automount} frequently mounts new filesystems on directories as
you move into them (that is how it knows you want to use the
filesystem). So, if you do see this message, be wary ---