From c85c62d344b7b6f158a88112ef0e6cea53a85669 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Wed, 15 Oct 2014 17:15:26 +0200 Subject: .. --- src/crawl/crawl.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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::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; } } } -- cgit v1.2.3-54-g00ecf