]> granicus.if.org Git - recode/commitdiff
main.c: clarify a comment slightly
authorReuben Thomas <rrt@sc3d.org>
Mon, 22 Jan 2018 23:35:15 +0000 (23:35 +0000)
committerReuben Thomas <rrt@sc3d.org>
Tue, 23 Jan 2018 07:16:19 +0000 (07:16 +0000)
src/main.c

index 72a88a36b0eb1fec15a16a86467c54e2f0294959..154d48c1ab08a4df157bc9f5812e6c56f07c7abe 100644 (file)
@@ -69,7 +69,7 @@ static bool quiet_flag = false;
 
 /* If the recoding yields some problems in reversibility in some file, this
    file replacement is denied and it is left unrecoded or, if recode is used
-   as a mere filter, the recoding is interrupted.  The following flag forces
+   as a mere filter, the recoding is aborted.  The following flag forces
    the recoding to run to completion and the replacement to be done even if
    the recoding is not reversible.  */
 static bool force_flag = false;