cookutils diff doc/cookopts.txt @ rev 965

Tiny edits
author Paul Issott <paul@slitaz.org>
date Fri Sep 01 19:57:10 2017 +0100 (2017-09-01)
parents bdde5b0fe370
children 01166514e082
line diff
     1.1 --- a/doc/cookopts.txt	Thu Aug 31 03:14:01 2017 +0300
     1.2 +++ b/doc/cookopts.txt	Fri Sep 01 19:57:10 2017 +0100
     1.3 @@ -149,8 +149,8 @@
     1.4  skip-log-errors
     1.5      Default behaviour is to end work with error message when certain words occur
     1.6      in the log: "ERROR" or "undefined reference to". In some cases it may
     1.7 -    produce false positives when no error produced during cooking, but these
     1.8 +    produce false positives when no errors are produced during cooking, but these
     1.9      words occur. For example, next line:
    1.10      g_simple_async_result_set_error (simple, G_IO_ERROR, G_IO_ERROR_FAILED
    1.11      The presence of this option overrides the default behaviour (word "ERROR" in
    1.12 -    the log will not produce error, etc.)
    1.13 +    the log will not produce errors, etc.)