* find/ftsfind.c (consider_visiting): s/fill/full/
---
 find/ftsfind.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/find/ftsfind.c b/find/ftsfind.c
index e505518..f14b2af 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))
-- 
1.6.1.302.gccd4d


Reply via email to