]> code.ossystems Code Review - openembedded-core.git/commitdiff
bin/bitbake: Fix help typo
authorRichard Purdie <richard@openedhand.com>
Fri, 16 Nov 2007 10:53:10 +0000 (10:53 +0000)
committerRichard Purdie <richard@openedhand.com>
Fri, 16 Nov 2007 10:53:10 +0000 (10:53 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3184 311d38ba-8fff-0310-9ca6-ca027cbcb966

bitbake/bin/bitbake

index 53185e58c68e864aa16ab7bf85e846a4ae45c5c6..384175d852a697ea47fc1ebd67a67a97a7d15719 100755 (executable)
@@ -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.""" )