summaryrefslogtreecommitdiffstats
path: root/recursive.cc
diff options
context:
space:
mode:
Diffstat (limited to 'recursive.cc')
-rw-r--r--recursive.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/recursive.cc b/recursive.cc
index fd87010..d992258 100644
--- a/recursive.cc
+++ b/recursive.cc
@@ -41,7 +41,7 @@ bool test_full_name( const std::string & full_name, const struct stat * stp,
{ loop = true; break; }
}
if( loop ) // full_name already visited or above tree
- show_file_error( full_name.c_str(), "warning: Recursive directory loop." );
+ show_file_error( full_name.c_str(), "warning: recursive directory loop." );
return !loop; // (link to) directory
}