diff options
author | Michael Lauer <mickey@vanille-media.de> | 2006-04-23 18:55:53 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-04-23 18:55:53 +0000 |
commit | 17e1e0b1cf0654047134447e8772e381f6793606 (patch) | |
tree | a03f0658ea620a0099e8bc5296d41427df93a440 | |
parent | e6581716116e5550228485c192bd950f5e10eee4 (diff) | |
parent | 45050da06d699c8120ee66e0f63219a4f2913317 (diff) |
merge of e54d3f9c3cb5f2e740cd272a75c02eb49d140803
and edb2b19eb6adbfa6e9319d29bed8c5ca6eedfd06
-rw-r--r-- | classes/sanity.bbclass | 2 |
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') |