From: Richard Purdie Date: Fri, 16 Nov 2007 10:53:10 +0000 (+0000) Subject: bin/bitbake: Fix help typo X-Git-Tag: 2011-1~10237 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=2704cfa82d8422d2182f1463f227ea27848492f3;p=openembedded-core.git bin/bitbake: Fix help typo git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3184 311d38ba-8fff-0310-9ca6-ca027cbcb966 --- diff --git a/bitbake/bin/bitbake b/bitbake/bin/bitbake index 53185e58c6..384175d852 100755 --- a/bitbake/bin/bitbake +++ b/bitbake/bin/bitbake @@ -50,7 +50,7 @@ def main(): usage = """%prog [options] [package ...] Executes the specified task (default is 'build') for a given set of BitBake files. -It expects that BBFILES is defined, which is a space seperated list of files to +It expects that BBFILES is defined, which is a space separated list of files to be executed. BBFILES does support wildcards. Default BBFILES are the .bb files in the current directory.""" )