aboutsummaryrefslogtreecommitdiffstats
path: root/classes/sanity.bbclass
diff options
context:
space:
mode:
authorFrans Meulenbroeks <fransmeulenbroeks@yahoo.com>2006-04-23 17:30:50 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2006-04-23 17:30:50 +0000
commit45050da06d699c8120ee66e0f63219a4f2913317 (patch)
tree92faf09c680b4e47a8e43c9c2e0c4e2d3d2a3df2 /classes/sanity.bbclass
parent2b95c610452bf38d6c9fb6a3a66f2ecf1050a99c (diff)
downloadopenembedded-45050da06d699c8120ee66e0f63219a4f2913317.tar.gz
sanity.bbclass: fixed typo in error message (utilits -> utility)
Diffstat (limited to 'classes/sanity.bbclass')
-rw-r--r--classes/sanity.bbclass2
1 files changed, 1 insertions, 1 deletions
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')