From 45050da06d699c8120ee66e0f63219a4f2913317 Mon Sep 17 00:00:00 2001 From: Frans Meulenbroeks Date: Sun, 23 Apr 2006 17:30:50 +0000 Subject: sanity.bbclass: fixed typo in error message (utilits -> utility) --- classes/sanity.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/classes/sanity.bbclass b/classes/sanity.bbclass index f03564c607..6af44ee191 100644 --- a/classes/sanity.bbclass +++ b/classes/sanity.bbclass @@ -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') -- cgit v1.2.3