From 154de4fadce8fce7937aa686c38782f78515e2f6 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Fri, 26 Dec 2008 18:29:31 +0100 Subject: fix a typo in a comment * find/ftsfind.c (consider_visiting): s/fill/full/ (cherry picked from commit 34c70aa633115a807f36f91f036f6d831afe5e57) --- find/ftsfind.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)) -- cgit v1.2.1