summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2008-12-26 18:29:31 +0100
committerJames Youngman <jay@gnu.org>2009-04-10 23:44:47 +0100
commit154de4fadce8fce7937aa686c38782f78515e2f6 (patch)
tree41dce66186d4139389f34615ba763cf2cccfef00
parent13361f6fa2365f7c10cf0c298ef6bde6261746ae (diff)
downloadfindutils-154de4fadce8fce7937aa686c38782f78515e2f6.tar.gz
fix a typo in a comment
* find/ftsfind.c (consider_visiting): s/fill/full/ (cherry picked from commit 34c70aa633115a807f36f91f036f6d831afe5e57)
-rw-r--r--find/ftsfind.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/find/ftsfind.c b/find/ftsfind.c
index 543b80f0..1fc5459c 100644
--- a/find/ftsfind.c
+++ b/find/ftsfind.c
@@ -432,7 +432,7 @@ consider_visiting(FTS *p, FTSENT *ent)
* link. That would be fine, but if this is part of a symbolic
* link loop, we diagnose the problem and also ensure that the
* eventual return value is nonzero. Note that while the path
- * we stat is local (fts_accpath), we print the fill path name
+ * we stat is local (fts_accpath), we print the full path name
* of the file (fts_path) in the error message.
*/
if (symlink_loop(ent->fts_accpath))