summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xsrc/crawl/crawl.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/crawl/crawl.cpp b/src/crawl/crawl.cpp
index 147b2cc..1b409bc 100755
--- a/src/crawl/crawl.cpp
+++ b/src/crawl/crawl.cpp
@@ -112,7 +112,7 @@ int main( int /* argc */, char *argv[] )
vector<string>::const_iterator it, end = entries.end( );
for( it = entries.begin( ); it != end; it++ ) {
if( endswith( (*it), module ) ) {
- cout << " Found inf file '" << (*it) << "'" << endl;
+ cout << " Found in file '" << (*it) << "'" << endl;
}
}
}