aboutsummaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@linux.intel.com>2007-11-17 22:54:37 +0000
committerRichard Purdie <rpurdie@linux.intel.com>2007-11-17 22:54:37 +0000
commit6ab4071912b1e6e93147d4ba538f6780986e0683 (patch)
tree7fee2cbe0c863a0c4567e1758043a7c6c3d0fe29 /bin
parente1df62ac1aa1da88dfe3d80d917386f47627a5aa (diff)
downloadbitbake-6ab4071912b1e6e93147d4ba538f6780986e0683.tar.gz
Fetcher SRCREV handling updates, improvements and fixes from Poky, typo fix for bin/bitbake
Diffstat (limited to 'bin')
-rwxr-xr-xbin/bitbake2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/bitbake b/bin/bitbake
index 73a0640ee..397a49f9f 100755
--- a/bin/bitbake
+++ b/bin/bitbake
@@ -53,7 +53,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.""" )