summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/base/exor/exor.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/base/exor/exor.c b/src/base/exor/exor.c
index 7322e4c8..ac861daa 100644
--- a/src/base/exor/exor.c
+++ b/src/base/exor/exor.c
@@ -772,7 +772,7 @@ int Exorcism( Vec_Wec_t * vEsop, int nIns, int nOuts, char * pFileNameOut )
sprintf( Buffer, "%s", pFileNameOut ? pFileNameOut : "temp.esop" );
WriteResultIntoFile( Buffer );
//if ( g_CoverInfo.Verbosity )
- printf( "Minimum cover has been written into file <%s>\n", Buffer );
+ printf( "Minimized cover has been written into file <%s>\n", Buffer );
}
///////////////////////////////////////////////////////////////////////