cookutils rev 798

Tiny typo
author Paul Issott <paul@slitaz.org>
date Sun May 08 10:11:59 2016 +0100 (2016-05-08)
parents ac5b15a33b86
children 2850833e8670
files cook
line diff
     1.1 --- a/cook	Sat May 07 16:28:04 2016 +0200
     1.2 +++ b/cook	Sun May 08 10:11:59 2016 +0100
     1.3 @@ -402,7 +402,7 @@
     1.4  		'error:' 'fatal error:' 'undefined reference to' \
     1.5  		'Unable to connect to' 'link: cannot find the library' \
     1.6  		'CMake Error' ': No such file or directory' \
     1.7 -		'ould not read symbols: File in wrong format'
     1.8 +		'Could not read symbols: File in wrong format'
     1.9  	do
    1.10  		fgrep "$error" $LOGS/$pkg.log
    1.11  	done > $LOGS/$pkg.log.debug_info 2>&1