sanity.bbclass: fixed typo in error message (utilits -> utility)
authorFrans Meulenbroeks <fransmeulenbroeks@yahoo.com>
Sun, 23 Apr 2006 17:30:50 +0000 (17:30 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Sun, 23 Apr 2006 17:30:50 +0000 (17:30 +0000)
classes/sanity.bbclass

index f03564c..6af44ee 100644 (file)
@@ -78,7 +78,7 @@ def check_sanity(e):
                raise_sanity_error('Please install the patch utility, preferable GNU patch.')
 
        if not check_app_exists('diffstat', e.data):
-               raise_sanity_error('Please install the diffstat utilits')
+               raise_sanity_error('Please install the diffstat utility')
 
        if not check_app_exists('texi2html', e.data):
                raise_sanity_error('Please install the texi2html binary')